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>2018-11-16 19:45:08 +0300
committervimux <vimux@protonmail.com>2018-11-16 19:45:08 +0300
commit6b3d4c831c36486a575ce3286315c00176cc54c3 (patch)
tree3dcbeafd02e374d1236d01b64bf4bce2efed0acc /static
parent6f847bd6d121909a517e754c6c724d51f723104f (diff)
Add common class for buttons
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index a0adcf0..3823a17 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -407,6 +407,16 @@ mark {
text-align: right;
}
+.btn {
+ background-color: #111;
+ border-radius: 3px;
+}
+
+.btn:hover {
+ color: #fff;
+ background-color: #000;
+}
+
/* Header */
.header {
margin: 0 0 .3125rem;
@@ -692,7 +702,6 @@ mark {
padding: .25rem .5rem;
margin: .25rem;
line-height: 1.5;
- background: #111;
}
.toc {
@@ -774,7 +783,6 @@ mark {
.share__link {
margin: .25rem;
font-size: 0;
- background-color: #111;
}
.share__link:hover {