mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-26 11:42:29 +01:00
Fix color of home page
This commit is contained in:
parent
e2834a7c4d
commit
59b341dfb8
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ html {
|
|||
}
|
||||
|
||||
a, a:visited {
|
||||
color: #3a9784;
|
||||
color: #338574;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
@ -114,7 +114,7 @@ code {
|
|||
}
|
||||
|
||||
.anchor .anchorLink:hover {
|
||||
color: #3a9784;
|
||||
color: #338574;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
@ -221,7 +221,7 @@ figcaption {
|
|||
/* Header */
|
||||
|
||||
#header {
|
||||
background: #3a9784;
|
||||
background: #338574;
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue