Skip to content

Commit 34a705b

Browse files
authored
fixed notes app styling
1 parent 9ba946e commit 34a705b

File tree

1 file changed

+16
-14
lines changed
  • devlogin/asodifuhdiu/aosudyiyegwiuyg/notes

1 file changed

+16
-14
lines changed

devlogin/asodifuhdiu/aosudyiyegwiuyg/notes/index.html

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@
44
<head>
55
<meta charset="utf-8">
66
<title>Notes</title>
7-
<link href="notesFavicon.png" rel="icon">
8-
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
7+
<link href="../../../../assets/favicons/notesFavicon.png" rel="icon">
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
911
<style>
1012
html,
1113
body {
1214
height: 100%;
1315
width: 99%;
1416
font-family: sans-serif;
1517
background-color: #121212;
16-
color: #ebebff;
18+
color: #fbfbff;
1719
transition: 0.5s all ease-in;
1820
cursor: url("../../../../assets/cursors/cur-default.png"), auto;
1921
}
@@ -45,25 +47,25 @@
4547
}
4648

4749
nav h1 {
48-
color: #ffffff;
49-
font-size: 90px;
50-
margin-left: 10%;
50+
color: #fbfbff;
51+
font-size: 60px;
52+
display: block;
53+
padding-left: 9%;
5154
font-family: "Poppins", sans-serif;
52-
font-weight: 650;
53-
letter-spacing: 7px;
55+
font-weight: 600;
5456
}
5557

5658
a {
5759
text-decoration: none;
58-
color: #ebebff;
60+
color: #fbfbff;
5961
}
6062

6163
button {
6264
margin: 3px;
6365
border: none;
6466
outline: 2px outset #353535;
6567
background-color: #353535;
66-
color: #ebebff;
68+
color: #fbfbff;
6769
font-size: 18px;
6870
font-family: sans-serif;
6971
transition: all 0.4s ease-in;
@@ -79,7 +81,7 @@
7981

8082
#savebutton {
8183
height: 3%;
82-
border-left: solid 1px #ebebff;
84+
border-left: solid 1px #fbfbff;
8385
display: none;
8486
}
8587

@@ -90,7 +92,7 @@
9092
height: 17px;
9193
border-style: solid;
9294
border-width: 2px;
93-
border-color: #ebebff;
95+
border-color: #fbfbff;
9496
border-radius: 17px;
9597
line-height: 18px;
9698
}
@@ -144,13 +146,13 @@
144146

145147
textarea {
146148
background-color: #121212;
147-
color: #ebebff;
149+
color: #fbfbff;
148150
resize: none;
149151
font-family: sans-serif;
150152
font-size: 18px;
151153
width: 100%;
152154
height: 97%;
153-
border-color: #ebebff;
155+
border-color: #fbfbff;
154156
padding: 3px;
155157
display: none;
156158
cursor: url("../../../../assets/cursors/cur-text.png"), text;

0 commit comments

Comments
 (0)