aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css57
1 files changed, 0 insertions, 57 deletions
diff --git a/styles.css b/styles.css
deleted file mode 100644
index bc6466b..0000000
--- a/styles.css
+++ /dev/null
@@ -1,57 +0,0 @@
-* {
- box-sizing: border-box;
-}
-
-body {
- font-family: Georgia, Times;
- font-size: 20px;
- background-color: #fff8ea;
- color: #594545;
- width: 700px;
- max-width: calc(100% - 20px);
- margin: auto;
-}
-
-h1 {
- color: #815b5b;
- font-family: Helvetica, Tahoma, Arial;
- font-weight: normal;
-}
-
-h2,
-h3,
-h4,
-h5,
-h6 {
- color: #815b5b;
- font-weight: normal;
-}
-
-a {
- color: darkblue;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-.header {
- color: #fff8ea;
- background-color: #594545;
- margin-top: 10px;
- padding: 5px 5px 5px 5px;
-}
-
-.header a {
- color: #fff8ea;
- padding: 10px 10px;
-}
-
-@media screen and (max-width: 600px) {
- .header a {
- float: none;
- display: block;
- text-align: left;
- }
-}