summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-25 12:43:31 +0800
committerDoge <[email protected]>2021-05-25 12:43:31 +0800
commite2aca21e9fd603dddb4e40c4ea6636343284699f (patch)
tree39cc67186c8b490d91c0a3225dbe3d84a52ec776 /source
parent47ae03bba904cd6fb068121198c50d1bb59c5932 (diff)
downloadchromate-e2aca21e9fd603dddb4e40c4ea6636343284699f.tar.gz
chromate-e2aca21e9fd603dddb4e40c4ea6636343284699f.tar.bz2
chromate-e2aca21e9fd603dddb4e40c4ea6636343284699f.zip
Add sub nav configuration
Diffstat (limited to 'source')
-rw-r--r--source/css/style.css10
-rw-r--r--source/css/style.min.css2
2 files changed, 9 insertions, 3 deletions
diff --git a/source/css/style.css b/source/css/style.css
index dc68f3c..3a9430f 100644
--- a/source/css/style.css
+++ b/source/css/style.css
@@ -65,6 +65,12 @@ pre {
background-color: transparent!important
}
-.feeding :hover {
- font-weight: normal;
+.subnav-top {
+ border-bottom: 1px solid;
+ padding-bottom: 1rem;
+ display: inline;
+}
+
+.subnav-bottom {
+ margin-top: 1.5rem !important;
} \ No newline at end of file
diff --git a/source/css/style.min.css b/source/css/style.min.css
index 99fd06e..d8c3a0b 100644
--- a/source/css/style.min.css
+++ b/source/css/style.min.css
@@ -1 +1 @@
-pre{background-color:none!important;padding:0!important}#mourn{filter:grayscale(1)!important;-webkit-filter:grayscale(1)!important}@media(prefers-color-scheme:dark){*{transition:backgourd-color .5s}.card{box-shadow:none!important;background-color:#121212!important}img:not([src*=".svg"]){filter:brightness(.7) contrast(1.2)}}@media screen and (max-width:1023px){.navbar-menu{box-shadow:0 8px 16px -8px rgb(10 10 10 / 10%)!important}.post-content{padding-top:0!important}.post-card{margin:0!important}}.post-podcast-player{padding-bottom:1.5rem}.post-card{margin:0 1rem 0 1rem}.navbar-brand .navbar-item:hover{background-color:inherit!important}.entry{margin-bottom:1.5rem!important;margin-top:1.5rem!important;transition:box-shadow .1s}.entry:hover{box-shadow:0 1em 2em -.125em rgb(10 10 10 / 10%),0 0 0 1px rgb(10 10 10 / 2%)}.pagination-bar{padding-left:.25rem;padding-right:.25rem}.footer{padding:1rem 1rem 1rem!important;background-color:transparent!important}.feeding :hover{font-weight:400} \ No newline at end of file
+pre{background-color:none!important;padding:0!important}#mourn{filter:grayscale(1)!important;-webkit-filter:grayscale(1)!important}@media(prefers-color-scheme:dark){*{transition:backgourd-color .5s}.card{box-shadow:none!important;background-color:#121212!important}img:not([src*=".svg"]){filter:brightness(.7) contrast(1.2)}}@media screen and (max-width:1023px){.navbar-menu{box-shadow:0 8px 16px -8px rgb(10 10 10 / 10%)!important}.post-content{padding-top:0!important}.post-card{margin:0!important}}.post-podcast-player{padding-bottom:1.5rem}.post-card{margin:0 1rem 0 1rem}.navbar-brand .navbar-item:hover{background-color:inherit!important}.entry{margin-bottom:1.5rem!important;margin-top:1.5rem!important;transition:box-shadow .1s}.entry:hover{box-shadow:0 1em 2em -.125em rgb(10 10 10 / 10%),0 0 0 1px rgb(10 10 10 / 2%)}.pagination-bar{padding-left:.25rem;padding-right:.25rem}.footer{padding:1rem 1rem 1rem!important;background-color:transparent!important}.subnav-top{border-bottom:1px solid;padding-bottom:1rem;display:inline}.subnav-bottom{margin-top:1.6rem!important} \ No newline at end of file