mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:25:06 +03:00
Merge pull request #61 from teaxyz/color-change
Background color change; darker/more contrast.
This commit is contained in:
commit
ff129bd7f5
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background-color: #2B3033;
|
background-color: #1C1E21;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Post Authentication Box*/
|
/*Post Authentication Box*/
|
||||||
|
@ -137,7 +137,7 @@ For authenticated users:
|
||||||
transition:0.2s ease-in-out;
|
transition:0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
.bg-dark.scrolled {
|
.bg-dark.scrolled {
|
||||||
background-color:#000 !important;
|
background-color:#151619 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tea-steam-dark-1{
|
#tea-steam-dark-1{
|
||||||
|
|
Loading…
Reference in a new issue