Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2020-03-23 11:02:44 +0300
committerkoirand <koirand.jp@gmail.com>2020-03-23 11:02:44 +0300
commit1d03f2ea43222909a29a3312cc745f233fb1687c (patch)
treeea81afd16aaee5327163e096a47e828d8cba7e33
parentd943d656f880ed2def73c32b25ec7e937d02bee8 (diff)
Adjust text style in mark tag
-rw-r--r--assets/css/style-dark.css6
-rw-r--r--assets/css/style.css5
2 files changed, 10 insertions, 1 deletions
diff --git a/assets/css/style-dark.css b/assets/css/style-dark.css
index 685e021..2f0084d 100644
--- a/assets/css/style-dark.css
+++ b/assets/css/style-dark.css
@@ -20,6 +20,10 @@ a:active {
color: #8f8f8f;
}
+mark {
+ color: #8f8f8f;
+}
+
#searchBox #searchBoxInput {
color: #8f8f8f;
background-color:#363636;
@@ -49,4 +53,4 @@ a:active {
img.avatar-border {
filter: invert(100%);
-} \ No newline at end of file
+}
diff --git a/assets/css/style.css b/assets/css/style.css
index b2ee87d..512f8dd 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -15,6 +15,11 @@ body {
word-wrap: break-word;
}
+mark {
+ color: #707070;
+ font-weight: bold;
+}
+
a:link {
color: #707070;
}