diff --git a/public/css/main.css b/public/css/main.css
index d6e9e82..a8e6e82 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -18,10 +18,10 @@ h1,
h2,
h3,
button {
- font-family: "Chalkboard", "Comic Neue", "Comic Sans MS", cursive;
+ font-family: "Comic Sans MS", "Chalkboard", "Comic Neue", cursive;
/* letter-spacing: -0.5px; */
text-transform: uppercase;
- font-weight: 700;
+ font-weight: 500;
}
/* The body of the fake website consist of a scrollable big picture */
@@ -100,10 +100,10 @@ button {
#tabs-container {
display: flex;
- font-family: "Chalkboard", "Comic Neue", "Comic Sans MS", cursive;
+ font-family: "Comic Sans MS", "Chalkboard", "Comic Neue", cursive;
/* letter-spacing: -0.5px; */
overflow-x: auto;
- font-weight: 600;
+ font-weight: 500;
}
#tabs-container a {
@@ -181,12 +181,12 @@ input {
height: 40px;
text-transform: initial;
font-size: initial;
- font-family: Calibri, Mallanna, "Segoe UI", sans-serif;
+ font-family: Calibri, Mallanna, sans-serif;
}
#doc-file-viewmode a {
background-image: linear-gradient(#fff, #e9ebef);
- border-radius: 15px;
+ border-radius: 10px;
height: 40px;
min-width: 40px;
display: inline-block;
@@ -203,7 +203,7 @@ button {
background-image: linear-gradient(#3889c1, #43b9e7);
color: #fff;
border: none;
- border-radius: 15px;
+ border-radius: 10px;
font-size: initial;
padding:9px 12px;
}
@@ -288,12 +288,12 @@ button {
.type-folder {
border: 1px solid #efdd77;
- background: left / contain no-repeat url("./assets/folder-large.png") ;
+ background: left / contain no-repeat url("../assets/folder-large.png") ;
}
.type-file {
/* border: 1px solid lightgray; */
- background: left / contain no-repeat url("./assets/unknown-large.png") ;
+ background: left / contain no-repeat url("../assets/unknown-large.png") ;
}
diff --git a/public/index.html b/public/index.html
index 0314bfb..ca0f15b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -19,9 +19,9 @@