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

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/assets/css/main.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/assets/css/main.css b/static/assets/css/main.css
index c670056..68d569b 100644
--- a/static/assets/css/main.css
+++ b/static/assets/css/main.css
@@ -157,6 +157,10 @@ input, select, textarea {
color: inherit;
}
+ .logo a {
+ border-bottom: unset;
+ }
+
a:hover {
border-bottom-color: transparent;
}
@@ -1667,4 +1671,4 @@ input, select, textarea {
body.is-preload #footer {
opacity: 0;
- } \ No newline at end of file
+ }