Fix global.css rules

This commit is contained in:
Brieuc Dubois 2024-01-17 22:24:02 +01:00
parent 9ca6c413ba
commit 0d8530a364
4 changed files with 15 additions and 14 deletions

View File

@ -183,6 +183,11 @@
} }
} }
ul {
margin: 0;
padding: 0;
}
.addEnd { .addEnd {
cursor: pointer; cursor: pointer;
border-radius: 4px; border-radius: 4px;

View File

@ -120,6 +120,7 @@
h2 { h2 {
flex-grow: 100000; flex-grow: 100000;
font-size: 3rem; font-size: 3rem;
margin: 0;
.nosidebar({ .nosidebar({
padding-left: 50px; padding-left: 50px;

View File

@ -206,10 +206,12 @@
font-weight: normal; font-weight: normal;
font-size: 2.5rem; font-size: 2.5rem;
padding: 20px 10px; padding: 20px 10px;
margin: 0;
} }
ul { ul {
padding: 10px; padding: 10px;
margin: 0;
} }
li { li {
@ -270,4 +272,9 @@
cursor: pointer; cursor: pointer;
background-color: #fff1; background-color: #fff1;
} }
a {
color: inherit;
text-decoration: none;
}
</style> </style>

View File

@ -1,8 +1,3 @@
* {
margin: 0;
padding: 0;
}
html { html {
font-size: 66%; font-size: 66%;
} }
@ -11,15 +6,8 @@ body {
font-family: "Open sans", sans-serif; font-family: "Open sans", sans-serif;
color: white; color: white;
background-color: #252525; background-color: #252525;
} margin: 0;
padding: 0;
a {
text-decoration: none;
color: inherit;
}
ul {
list-style: none;
} }
button:not(.real) { button:not(.real) {