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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-07-30 20:42:56 +0300
committervvveiii <cntrump@gmail.com>2020-07-30 20:42:56 +0300
commit1af9ccbf4727dcc011f61bdf49f3d58828116270 (patch)
treeadde553cef7deaedae0ba606f435e5a178cab6e2
parent17c3fc54f7ff9f1af370f66672ef20b411cb3a00 (diff)
update style
-rw-r--r--assets/css/dark-style.css10
-rw-r--r--assets/css/style.css12
2 files changed, 14 insertions, 8 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 1f0c05c..348f66c 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -24,6 +24,12 @@ pre {
background-color: #393b3d;
}
+.slogan,
+.date,
+.license {
+ color: #6ae;
+}
+
.title,
.site.name {
color: #c7d5f6;
@@ -136,8 +142,8 @@ b,
}
.article.license {
- background-color: #323842;
- border-color: rgba(199, 213, 246, .25);
+ background-color: #345;
+ border-color: #456;
}
.article.discussion {
diff --git a/assets/css/style.css b/assets/css/style.css
index bfc8e00..2350622 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -464,11 +464,11 @@ b {
}
.article.license {
- background-color: #f9f9f9;
- border-radius: 3px;
- margin: 30px 0;
- padding: 15px 20px;
- border: 2px dashed #ddd;
+ background-color: #ecf4fb;
+ border-radius: 4px;
+ margin: 0.8em;
+ padding: 0.925em 1.4em;
+ border: 1px solid #b7d8ef;
}
.article.author {
@@ -508,7 +508,7 @@ b {
.slogan,
.date,
.license {
- color: #999;
+ color: rgba(23,81,153,.72);
}
.pagination {