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-09 18:57:40 +0300
committersurajmandalcell <surajmandalcell@gmail.com>2018-06-09 18:57:40 +0300
commitcbe1ddc1e4d8d26fb922ec981374be62b694efd8 (patch)
tree7d69ab5c2426451aa80c4d4cf242712b83f150a3
parenta135753af2c232e220eb470c2a2efedb9fa3c0af (diff)
update theme
-rw-r--r--images/screenshot.pngbin153515 -> 79242 bytes
-rw-r--r--images/tn.pngbin141569 -> 42141 bytes
-rw-r--r--static/css/style.css9
3 files changed, 7 insertions, 2 deletions
diff --git a/images/screenshot.png b/images/screenshot.png
index 929b50e..bfc1c3c 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index 9941852..6b17cb4 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ
diff --git a/static/css/style.css b/static/css/style.css
index 14f9e54..11dc482 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -445,7 +445,7 @@ img {
}
-/* Menu styles*/
+/* Menu styles - change */
.p-menu {
width: 100%;
@@ -454,9 +454,10 @@ img {
padding-bottom: 14px;
margin-bottom: 4rem;
display: inline-block;
- border-left: 2px solid #ED5276cc;
+ border-left: 1rem solid #ED5276cc;
}
+/* change */
.p-menu:hover{
/*border-left: 4px solid #ED5276cc;*/
opacity: 0.65
@@ -467,6 +468,10 @@ img {
padding: 0;
max-width: 865px;
display: inline-block;
+ /* Change */
+ max-width: 720px;
+ margin: 0 auto;
+ text-align: left;
}
@media(min-width:640px) {