diff options
author | Minteck <contact@minteck.org> | 2022-01-12 18:58:54 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-12 18:58:54 +0100 |
commit | d0982c5250d2e33c824ddccb8bd245ca39faa724 (patch) | |
tree | 0b1fac648c4214c29f22629555ada2f3a2dcdb5d /styles/common.css | |
parent | 6dc0f517f78af1ff3f7d9fd763873194517ff4fd (diff) | |
download | genealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.tar.gz genealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.tar.bz2 genealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.zip |
Upadte
Diffstat (limited to 'styles/common.css')
-rw-r--r-- | styles/common.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/styles/common.css b/styles/common.css new file mode 100644 index 0000000..2973aab --- /dev/null +++ b/styles/common.css @@ -0,0 +1,49 @@ +@import "dark.css"; + +@font-face { + font-family: "Nunito"; + src: url("/fonts/Nunito-VariableFont_wght.ttf"); + font-weight: 125 950; + font-stretch: 75% 125%; + font-style: normal; +} + +@font-face { + font-family: "Nunito"; + src: url("/fonts/Nunito-Italic-VariableFont_wght.ttf"); + font-weight: 125 950; + font-stretch: 75% 125%; + font-style: italic; +} + +* { + font-family: "Nunito", sans-serif !important; +} + +body, html { + margin: 0; + overflow-x: hidden; + height: 100%; +} + +center { + display: block; + text-align: center; +} + +.list-group-item.d-flex.justify-content-between.align-items-center { + flex-wrap: wrap; +} + +.big-head { + font-size: 64px; +} + +big { + font-size: 64px; + vertical-align: middle; +} + +nav.navbar.navbar-expand-sm.bg-dark.navbar-dark { + background-color: #333 !important; +} |