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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-24 14:33:11 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 14:33:11 +0300
commitfa0932c638b28fe13f9d93cfecf0ac953e3f5942 (patch)
tree4c08ca7e343e949abd49fbbd9322ce6998d4c2f5 /static
parent814dbb64f423eac81366ae7735d0665c78756cfd (diff)
Use bootstrap button in navigation
Diffstat (limited to 'static')
-rw-r--r--static/css/color-theme.css6
-rw-r--r--static/css/main.css13
2 files changed, 19 insertions, 0 deletions
diff --git a/static/css/color-theme.css b/static/css/color-theme.css
index 138b105..0efce66 100644
--- a/static/css/color-theme.css
+++ b/static/css/color-theme.css
@@ -25,3 +25,9 @@ a:hover {
background-color: #f1f8e9;
color: #bdbdbd;
}
+
+.btn-default {
+ color: #fff;
+ background-color: #00000000;
+ border-color: #ccc;
+}
diff --git a/static/css/main.css b/static/css/main.css
index 9fee30b..f447bb4 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -310,3 +310,16 @@ article section img {
height: auto;
margin: 13px auto;
}
+
+/* Bootstrap adjustions */
+
+.btn {
+ border: 1px solid transparent;
+ font-size: 13px;
+ line-height: 1.58823529;
+ border-radius: 3px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ transition: color, background-color 0.1s linear;
+}