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:
authorDavide Asnaghi <30296575+d-asnaghi@users.noreply.github.com>2021-05-22 00:43:08 +0300
committerGitHub <noreply@github.com>2021-05-22 00:43:08 +0300
commit2474081b7846ce0e211c57b86ed84989548a777d (patch)
tree743bdd33d5de8c0266f0ec02717aee9828727c8e /static
parenteefb2b7f1de322eb433c86fb386ac30ffb26cdfa (diff)
parent503e7566c9a9c115e1efc96dd5a306aff876d035 (diff)
Merge pull request #20 from adsail/icon-svg-docsHEADmaster
Clarify background/icon usage in README, refine logo CSS
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
+ }