diff options
author | amzrk2 | 2020-05-27 22:53:13 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-27 22:53:13 +0800 |
commit | dfb6e1f80754c1c8f2d4d332c5292319f008a67b (patch) | |
tree | fd8c0cf13e03613b6a39c662b6a0ced87fb69157 /assets/sass/_class.scss | |
parent | aa5290aeef9df1c583fdf30290351968df9215dc (diff) | |
download | hugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.tar.gz hugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.tar.bz2 hugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.zip |
v2 original port
Diffstat (limited to 'assets/sass/_class.scss')
-rw-r--r-- | assets/sass/_class.scss | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/assets/sass/_class.scss b/assets/sass/_class.scss deleted file mode 100644 index aebda05..0000000 --- a/assets/sass/_class.scss +++ /dev/null @@ -1,88 +0,0 @@ -body { - a { - color: $color-primary; - } - - a:hover { - color: $color-secondary; - text-decoration: none; - } - - background-color: $color-bg; -} - -// main title style -.main-title { - font-family: 'Product Sans', -apple-system, BlinkMacSystemFont, Arial, monospace; - font-weight: 700; - font-size: $font-size-logo; - white-space: nowrap; - display: block; -} - -.link-alter { - a { - color: $color-secondary; - } - - a:hover { - color: $color-primary-dark; - text-decoration: none; - } -} - -.markdown-body { - a { - color: $color-secondary; - } - - a:hover { - color: $color-primary-dark; - text-decoration: none; - } - - h1, - h2, - h3, - h4, - h5, - h6 { - color: $color-primary; - } - - h1 { - font-size: $font-size-l1; - border-bottom: $spliter; - margin-top: 1.5rem; - } - - h2 { - font-size: $font-size-l2; - border-bottom: $spliter; - margin-top: 1.25rem; - } - - h3 { - font-size: $font-size-l3; - margin-top: 1.025rem; - } - - h4, - h5, - h6 { - font-size: $font-size-l4; - } - - hr { - background-color: $color-spliter; - } - - ul { - list-style-type: circle; - } - - img { - border: 2px solid $color-secondary; - border-radius: 2px; - } -}
\ No newline at end of file |