mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Changed popover colors
This commit is contained in:
parent
600eefeecf
commit
bc39a77dc0
1 changed files with 9 additions and 1 deletions
|
@ -553,7 +553,6 @@ a.tag:hover {
|
|||
.news-item.tip .icon {
|
||||
background: #FFCC00;
|
||||
}
|
||||
|
||||
.news-item.follow .icon {
|
||||
background: #3399CC;
|
||||
}
|
||||
|
@ -704,6 +703,15 @@ a.tag:hover {
|
|||
display: inline;
|
||||
}
|
||||
}
|
||||
.popover {
|
||||
background-color: #5E95A1;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.popover.bottom .arrow:after {
|
||||
border-bottom-color: #5E95A1;
|
||||
}
|
||||
.col-33 .stats .stat {
|
||||
margin-bottom: .4em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue