-
WF-WebAdmin
+
Wiki Fantasy
diff --git a/WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css b/WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css
index dc4c68b..dd9be2b 100644
--- a/WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css
+++ b/WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css
@@ -2,6 +2,8 @@
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ background: white;
+ color: black;
}
h1:focus {
@@ -9,7 +11,8 @@ h1:focus {
}
a, .btn-link {
- color: #0071c1;
+ color: #ffffff;
+ text-decoration: none;
}
.btn-primary {
@@ -62,3 +65,11 @@ a, .btn-link {
.blazor-error-boundary::after {
content: "An error has occurred."
}
+
+
+button {
+ border: none;
+ border-radius: 25px;
+ background-color: lightgrey;
+ padding: 1vh;
+}
\ No newline at end of file