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:17:54 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-14 21:17:54 +0300
commitc88c5ec9a26919d9a3bbd80ee1cafde3c93f4241 (patch)
treeed16d2ddaae162160c51d614b8d7a15a979998b4
parenteb0c2c00517e7be5e798e4f32ff3e0f8b6ec2fd2 (diff)
Added styles for <kbd>
-rw-r--r--themes/ramium/static/css/ramium.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/themes/ramium/static/css/ramium.css b/themes/ramium/static/css/ramium.css
index c9ad24d..7b57575 100644
--- a/themes/ramium/static/css/ramium.css
+++ b/themes/ramium/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;
+}