Styling
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<ResourcePreloader />
|
<ResourcePreloader />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Domine:wght@400&family=Figtree:wght@400;500&display=swap" />
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Domine:wght@400&family=Source%20Sans%203:wght@400;500&display=swap" />
|
||||||
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
|
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
|
||||||
<link rel="stylesheet" href="@Assets["app.css"]" />
|
<link rel="stylesheet" href="@Assets["app.css"]" />
|
||||||
<link rel="stylesheet" href="@Assets["RolemasterDb.App.styles.css"]" />
|
<link rel="stylesheet" href="@Assets["RolemasterDb.App.styles.css"]" />
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
font-size: 1.45rem;
|
font-size: 1.45rem;
|
||||||
font-family: "Figtree", "Segoe UI", sans-serif;
|
font-family: "Source Sans 3", "Segoe UI", sans-serif;
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
color: #fff1d2;
|
color: #fff1d2;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-item ::deep .nav-link {
|
.nav-item ::deep .nav-link {
|
||||||
font-family: "Figtree", "Segoe UI", sans-serif;
|
font-family: "Source Sans 3", "Segoe UI", sans-serif;
|
||||||
color: #f3ddbc;
|
color: #f3ddbc;
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
--line: rgba(111, 87, 59, 0.18);
|
--line: rgba(111, 87, 59, 0.18);
|
||||||
--shadow: 0 18px 40px rgba(41, 22, 11, 0.12);
|
--shadow: 0 18px 40px rgba(41, 22, 11, 0.12);
|
||||||
--font-body: "Domine", Georgia, serif;
|
--font-body: "Domine", Georgia, serif;
|
||||||
--font-heading: "Figtree", "Segoe UI", sans-serif;
|
--font-heading: "Source Sans 3", "Segoe UI", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
|||||||
Reference in New Issue
Block a user