Merge pull request #82 from kongfl888/abbr

fix abbr text invisible
This commit is contained in:
老竭力 2020-07-03 17:44:19 +08:00 committed by GitHub
commit 404fa1dcea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {