Update style.css
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&display=swap');
|
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&display=swap");
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--icon-size: 1.3rem;
|
--icon-size: 1.3rem;
|
||||||
@@ -26,7 +26,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-transition {
|
.theme-transition {
|
||||||
transition: color 0.3s ease, background-color 0.3s ease;
|
transition:
|
||||||
|
color 0.3s ease,
|
||||||
|
background-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags-data {
|
.tags-data {
|
||||||
@@ -35,11 +37,11 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
align-content: flex-end
|
align-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-list li {
|
.title-list li {
|
||||||
margin-bottom: .375rem;
|
margin-bottom: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* icons settings */
|
/* icons settings */
|
||||||
@@ -78,7 +80,7 @@
|
|||||||
|
|
||||||
/* footnotes */
|
/* footnotes */
|
||||||
.footnote-definition {
|
.footnote-definition {
|
||||||
margin: 0 0 0 .125rem;
|
margin: 0 0 0 0.125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-definition-label {
|
.footnote-definition-label {
|
||||||
@@ -87,7 +89,7 @@
|
|||||||
|
|
||||||
.footnote-definition p {
|
.footnote-definition p {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: .625rem 0 0 .625rem;
|
margin: 0.625rem 0 0 0.625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* general classes */
|
/* general classes */
|
||||||
@@ -123,10 +125,9 @@
|
|||||||
|
|
||||||
/* shortcodes css */
|
/* shortcodes css */
|
||||||
.webring {
|
.webring {
|
||||||
margin: .375rem;
|
margin: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
body, h1, h2, h3, h4, h5, h6 {
|
font-family: "Ubuntu Sans Mono", sans-serif;
|
||||||
font-family: 'Ubuntu Sans Mono', sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user