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

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-01-27 07:52:55 +0300
committervimux <vimux@protonmail.com>2019-01-27 07:52:55 +0300
commit73d1600f6f22d85422c7a44c81664781d78d017d (patch)
treec835f6f41a5697f9b6a4fc17e8fbff73e4c219e1 /static
parent5f6d7d68b1ec553fb39ed150e6c71609e0f80d31 (diff)
Add dark-red color theme
Diffstat (limited to 'static')
-rw-r--r--static/css/themes/dark-red.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/static/css/themes/dark-red.css b/static/css/themes/dark-red.css
new file mode 100644
index 0000000..19bede2
--- /dev/null
+++ b/static/css/themes/dark-red.css
@@ -0,0 +1,28 @@
+a {
+ color: #ff5562;
+}
+
+blockquote {
+ border-color: #ff5562;
+}
+
+mark {
+ background-color: #ff5562;
+}
+
+.logo:hover {
+ color: #ff5562;
+}
+
+.main-nav__btn {
+ fill: #ff5562;
+}
+
+.toc {
+ color: #ff5562;
+}
+
+.share__icon {
+ fill: #ff5562;
+ stroke: #ff5562;
+}