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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorGökmen Görgen <gkmngrgn@gmail.com>2018-08-13 03:08:10 +0300
committerGökmen Görgen <gkmngrgn@gmail.com>2018-08-13 03:08:10 +0300
commitf2069c61b7d3fded5375d4ca35991a89f1908565 (patch)
treeb04768f353da4cd4d802048b75b5183688b48ce7 /static
parentae5860fb75121060a3cf421153a829b67fc28813 (diff)
translation support.
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index c7b5079..d29cd1d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -222,6 +222,7 @@ a:hover {
-moz-transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
-ms-transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
-o-transition: opacity 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
+ text-decoration: none;
}
.footer a:first-child {
@@ -241,6 +242,11 @@ a:hover {
height: 16px;
}
+.footer span.title {
+ font-size: 14px;
+ color: #666;
+}
+
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
html {