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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsurajmandalcell <surajmandalcell@gmail.com>2018-06-08 04:02:08 +0300
committersurajmandalcell <surajmandalcell@gmail.com>2018-06-08 04:02:08 +0300
commit824ad5b543c090bef9b4e927d667ef254eec79c2 (patch)
tree74ad938955f82f4be83697f1321ad65026504067
parent01f953f2265c1d0cb0416b5ea00bd7e1070b3ad9 (diff)
update style
-rw-r--r--static/css/style.css26
1 files changed, 17 insertions, 9 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 891c5a8..76a915d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -13,14 +13,14 @@
}
}
-ul.p-menu__lists::before {
- content: ">";
- color: #d100b1;
- font-size: 20px;
+/*ul.p-menu__lists::before {
+ content: "‣";
+ color: #ED5276;
+ font-size: 1.5rem;
font-weight: bold;
font-family: monospace, sans-serif;
}
-
+*/
.p-title__link {
color: #ccc;
}
@@ -444,14 +444,22 @@ img {
margin-top: 16px
}
+
+/* Menu styles*/
+
.p-menu {
width: 100%;
background: #000;
- padding-top: 10px;
- padding-bottom: 13px;
- margin-bottom: 40px;
+ padding-top: 12px;
+ padding-bottom: 14px;
+ margin-bottom: 4rem;
display: inline-block;
- border-top: 3px solid #d100b1;
+ border-left: 2px solid #ED5276cc;
+}
+
+.p-menu:hover{
+ border-left: 4px solid #ED5276cc;
+ opacity: 0.65
}
.p-menu__lists {