mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added correct cursor style to announcement bar links
This commit is contained in:
parent
6161f94910
commit
c1cd18b526
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-announcement-bar.light a {
|
.gh-announcement-bar.light a {
|
||||||
|
|
Loading…
Reference in a new issue