This commit is contained in:
Justine Pelletreau
2022-03-16 15:02:53 +01:00
commit e5adfa2d64
1404 changed files with 270042 additions and 0 deletions

44
static/styles/main.css Normal file
View File

@ -0,0 +1,44 @@
html {
background-color: #393c42;
font-family: 'Source Sans Pro';
color: lightgrey;
}
h1 {
color: green;
}
.notetitle {
color: green;
font-size: 1.5em;
}
.notetime {
color: grey;
font-style: italic;
}
.aaaa {
background: black;
color: springgreen;
font-weight: bold;
border-radius: 5px;
outline: none;
border-width: 2px;
}
.message {
background: black;
color: beige;
border-radius: 5px;
border-style: inset;
outline: none;
border-width: 2px;
height: 200px;
font-size: 15px;
}