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
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-24 22:02:16 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 22:02:16 +0300
commita70f1b6d28d13f5e560cd05a8c27b4b65245f313 (patch)
tree7c0ed74218931010da701d4667ec8a2008f33b9f
parent850b9368a6045a4ef09b6f8b303f364d0915be56 (diff)
parentb020bc4423bda748235c80f7d249127ac3d65e28 (diff)
Merge branch 'feature/css-buttons'v0.1
-rw-r--r--static/css/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 660cd61..f253094 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -292,6 +292,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif !important;
}
+.btn > a:hover {
+ text-decoration: none;
+}
+
article section img {
max-width: 100%;
height: auto;