Updated home.css

Changing the blue color of active tab to match the color scheme.
This commit is contained in:
Bobby Wibowo 2018-05-11 21:46:39 +07:00
parent 33735018d5
commit a3dabb33b1
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# lolisafe, a small safe worth protecting
![safe.fiery.me](https://i.fiery.me/eygR.png)
![safe.fiery.me](https://i.fiery.me/YI1y.png)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/WeebDev/lolisafe/master/LICENSE)
[![Chat / Support](https://img.shields.io/badge/Chat%20%2F%20Support-discord-7289DA.svg?style=flat-square)](https://discord.gg/5g6vgwn)

View File

@ -169,6 +169,11 @@
border-bottom-color: #7f8c8d;
}
.tabs li.is-active a {
border-bottom-color: #3794d2;
color: #3794d2;
}
.tab-content {
margin-bottom: -.75rem;
}

View File

@ -12,7 +12,7 @@
v1: CSS and JS files.
v2: Images and config files (manifest.json, browserconfig.xml, etcetera).
#}
{% set v1 = "qbU8fyQa3a" %}
{% set v1 = "ZIUmml610x" %}
{% set v2 = "Ii3JYKIhb0" %}
{#