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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-14 21:18:02 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-14 21:18:02 +0300
commitfcac1bbb323eeeb3065449137c350521cfd14aa5 (patch)
treee14a39d9c752844e504a461c56ba393bfb4cfb15
parent4b2d83e65b35003e3cd506521bc8e6dec9d933b0 (diff)
Added styles for <kbd>
-rw-r--r--static/css/ramium.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/css/ramium.css b/static/css/ramium.css
index c9ad24d..7b57575 100644
--- a/static/css/ramium.css
+++ b/static/css/ramium.css
@@ -204,4 +204,13 @@ input:focus::placeholder {
.cse .gsc-control-cse, .gsc-control-cse {
padding: 0px;
-} \ No newline at end of file
+}
+
+/***** kbd tag style ****/
+
+kbd {
+ background-color: rgba(153, 159, 160, 0.329);
+ padding-left: 5px;
+ padding-right: 5px;
+ border-radius: 4px;
+}