Styling
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<ResourcePreloader />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<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["app.css"]" />
|
||||
<link rel="stylesheet" href="@Assets["RolemasterDb.App.styles.css"]" />
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
.navbar-brand {
|
||||
font-size: 1.45rem;
|
||||
font-family: "Figtree", "Segoe UI", sans-serif;
|
||||
font-family: "Source Sans 3", "Segoe UI", sans-serif;
|
||||
letter-spacing: 0.04em;
|
||||
color: #fff1d2;
|
||||
text-decoration: none;
|
||||
@@ -71,7 +71,7 @@
|
||||
}
|
||||
|
||||
.nav-item ::deep .nav-link {
|
||||
font-family: "Figtree", "Segoe UI", sans-serif;
|
||||
font-family: "Source Sans 3", "Segoe UI", sans-serif;
|
||||
color: #f3ddbc;
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user