summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-11-27 21:15:55 +0200
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-11-27 21:15:55 +0200
commitba3a34cbe74a6011c8b94b85cc34809e78392bc6 (patch)
tree99b8395a39c227723510d2343b316550271b4df3 /css
parentc513eff53a0e1c4bb99f8e8fd3e805cef90cb55e (diff)
downloadVoidNet_Site-ba3a34cbe74a6011c8b94b85cc34809e78392bc6.tar.gz
VoidNet_Site-ba3a34cbe74a6011c8b94b85cc34809e78392bc6.tar.zst
Removed unneeded duplicate of .content_text in css file and changed width of div elements
Diffstat (limited to 'css')
-rw-r--r--css/voidnet.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/css/voidnet.css b/css/voidnet.css
index 8192115..406547f 100644
--- a/css/voidnet.css
+++ b/css/voidnet.css
@@ -1,6 +1,6 @@
@font-face{
- src: url("../fonts/FreeSans.ttf");
- font-family: "FreeSans";
+ src: url("../fonts/OpenSans-Regular.ttf");
+ font-family: "OpenSans-Regular";
}
body{
@@ -8,7 +8,7 @@ body{
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
- font-family: "FreeSans";
+ font-family: "OpenSans-Regular";
}
a{
@@ -34,10 +34,6 @@ a:hover{
color: #FFFFFF;
}
-.content_text{
- font-size: 16px;
-}
-
.wtext{
color: #FFFFFF;
}