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
|
@ -5639,7 +5639,6 @@ ol {
|
|||
border: 2px solid #fff; }
|
||||
|
||||
.title {
|
||||
color: #222222;
|
||||
font-size: 2.4rem;
|
||||
line-height: 1.2;
|
||||
font-family: "Roboto", Arial, sans-serif, -apple-system;
|
||||
|
@ -5650,6 +5649,17 @@ ol {
|
|||
.title {
|
||||
font-size: 3rem; } }
|
||||
|
||||
.title-summary {
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.4;
|
||||
font-family: "Roboto", Arial, sans-serif, -apple-system;
|
||||
letter-spacing: -0.2px;
|
||||
font-weight: 200;
|
||||
margin-bottom: 10px; }
|
||||
@media (min-width: 768px) {
|
||||
.title-summary {
|
||||
font-size: 1.6rem; } }
|
||||
|
||||
.content {
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
.content pre {
|
||||
|
@ -5676,8 +5686,11 @@ ol {
|
|||
font-family: "Roboto Mono", monospace;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.4; }
|
||||
.content .highlight {
|
||||
margin-bottom: 20px; }
|
||||
.content strong {
|
||||
font-weight: bold; }
|
||||
.content em {
|
||||
font-style: italic;
|
||||
font-weight: normal; }
|
||||
.content ul,
|
||||
.content ol {
|
||||
margin-top: 10px;
|
||||
|
@ -5778,6 +5791,9 @@ ol {
|
|||
background: #ffffff;
|
||||
padding: 10px; }
|
||||
|
||||
.highlight {
|
||||
margin-bottom: 20px; }
|
||||
|
||||
.highlight .hll {
|
||||
background-color: #ffffcc; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"Target":"css/style.min.1a876c28459b75260863a973813f86e2f3223c539d31beb6aeeb9dbc0e880fc2.css","MediaType":"text/css","Data":{"Integrity":"sha256-GodsKEWbdSYIY6lzgT+G4vMiPFOdMb62ruudvA6ID8I="}}
|
||||
{"Target":"css/style.min.25a985a9387ec5365c5ec13e861f9e531ea81b643268a6b576436a353e25bbd6.css","MediaType":"text/css","Data":{"Integrity":"sha256-JamFqTh+xTZcXsE+hh+eUx6oG2QyaKa1dkNqNT4lu9Y="}}
|
Loading…
Add table
Add a link
Reference in a new issue