Update default.css

This commit is contained in:
Hamid Ahmadi 2024-07-30 14:16:52 +03:30 committed by GitHub
parent a2ff465bb9
commit 52ce336e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -736,8 +736,6 @@ body.dark-theme {
color: #adadad !important; color: #adadad !important;
} }
} }
/* /*
* Miscellanous * Miscellanous
*/ */
@ -748,6 +746,7 @@ the hr element is rendered improperly within one.
See https://stackoverflow.com/a/34372979 for more info */ See https://stackoverflow.com/a/34372979 for more info */
hr { hr {
margin: 10px 0 10px 0; margin: 10px 0 10px 0;
opacity:.5;
} }
/* Description Expansion Styling*/ /* Description Expansion Styling*/