test black theme
This commit is contained in:
parent
9b4cf47c4b
commit
82bb0e5901
|
@ -53,7 +53,7 @@ html, body {
|
|||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #000;
|
||||
color: #181A1B;
|
||||
font-size: 1em;
|
||||
line-height: 1.4;
|
||||
font-family: ClearSans;
|
||||
|
@ -67,7 +67,7 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #800;
|
||||
color: #17191A;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -86,7 +86,7 @@ nav a,
|
|||
|
||||
nav a.text-dark:hover,
|
||||
nav a.text-dark:focus {
|
||||
color: #800 !important;
|
||||
color: #17191A !important;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
|
Loading…
Reference in New Issue