Nicer hash tag CSS

This commit is contained in:
Zef Hemel
2022-11-30 15:59:28 +01:00
parent a41695bc67
commit 15263a8dc6
3 changed files with 10 additions and 6 deletions
+7 -5
View File
@@ -178,7 +178,13 @@
}
.sb-hashtag {
color: blue;
color: #e2e9ff;
background-color: #002b6aad;
border: 1px solid #0120416b;
border-radius: 6px;
padding: 0 3px;
margin: 0 -3px;
font-size: 0.9em;
}
.sb-line-hr {
@@ -434,10 +440,6 @@ html[data-theme="dark"] {
background-color: #333;
}
.sb-hashtag {
color: #94b0f4;
}
.sb-naked-url {
color: #94b0f4;
}