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;
|
||||||
@@ -15,31 +15,33 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer-container {
|
#footer-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accent-data {
|
.accent-data {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
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,16 +80,16 @@
|
|||||||
|
|
||||||
/* footnotes */
|
/* footnotes */
|
||||||
.footnote-definition {
|
.footnote-definition {
|
||||||
margin: 0 0 0 .125rem;
|
margin: 0 0 0 0.125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-definition-label {
|
.footnote-definition-label {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 */
|
||||||
@@ -113,20 +115,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center img {
|
.center img {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 1rem auto;
|
margin: 1rem auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 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