mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
docs css
This commit is contained in:
parent
dcdde20b7c
commit
ae72d8b0f5
15 changed files with 118 additions and 75 deletions
|
@ -29,8 +29,12 @@ $paragraph-color: $black;
|
|||
font-size: 0.9rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.highlight {
|
||||
margin-bottom: 20px;
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
em {
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.highlight {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.highlight .hll {
|
||||
background-color: #ffffcc;
|
||||
|
|
2
assets/scss/components/_summary.scss
Normal file
2
assets/scss/components/_summary.scss
Normal file
|
@ -0,0 +1,2 @@
|
|||
.summary {
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
.title {
|
||||
color: #222222;
|
||||
font-size: 2.4rem;
|
||||
line-height: 1.2;
|
||||
font-family: $font-family-base;
|
||||
|
@ -10,3 +9,15 @@
|
|||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.title-summary {
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.4;
|
||||
font-family: $font-family-base;
|
||||
letter-spacing: -0.2px;
|
||||
font-weight: 200;
|
||||
margin-bottom: 10px;
|
||||
@include media-breakpoint-up(md) {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue