projects
/
valheim_web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c06453c
)
Simplify CSS
author
Greg Burri
<greg.burri@gmail.com>
Wed, 10 Mar 2021 12:48:56 +0000
(13:48 +0100)
committer
Greg Burri
<greg.burri@gmail.com>
Wed, 10 Mar 2021 12:48:56 +0000
(13:48 +0100)
backend/style.scss
patch
|
blob
|
history
diff --git
a/backend/style.scss
b/backend/style.scss
index
1482fa6
..
b008968
100644
(file)
--- a/
backend/style.scss
+++ b/
backend/style.scss
@@
-1,18
+1,20
@@
-* {
- margin: 15px;
- padding: 0px;
-}
-
body {
- font-size: 18px;
text-shadow: 2px 2px 2px #DDD;
text-align: center;
- line-height: 15px;
color: #5b5b5b;
background-color: #ededed;
- margin: 0px;
+}
+
+h1 {
+ font-size: 22px;
+ margin: 20px;
+}
+
+p {
+ font-size: 18px;
+ margin: 15px;
}
img {
- border: 0px;
+
border: 0px;
}