fix abbr text invisible

This commit is contained in:
kongfl888 2020-07-03 17:17:17 +08:00
parent 4969869114
commit 0dc6902741
2 changed files with 2 additions and 2 deletions

View File

@ -398,7 +398,7 @@ code {
abbr { abbr {
cursor: help; cursor: help;
text-decoration: underline; text-decoration: underline;
color: #fff; color: #797474;
} }
hr { hr {
margin: 1rem 0; margin: 1rem 0;

View File

@ -466,7 +466,7 @@ code {
abbr { abbr {
cursor: help; cursor: help;
text-decoration: underline; text-decoration: underline;
color: #fff; color: #797474;
} }
hr { hr {