fix border radius in table
This commit is contained in:
17
core.css
17
core.css
@@ -6,7 +6,7 @@
|
|||||||
--color: white;
|
--color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
*:not(td):not(th) {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -29,3 +29,18 @@ main {
|
|||||||
margin: 1rem 1rem 0;
|
margin: 1rem 1rem 0;
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.meaning {
|
||||||
|
color: #9f9a9a;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 100;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.meaning::before {
|
||||||
|
content: '(';
|
||||||
|
}
|
||||||
|
|
||||||
|
.meaning::after {
|
||||||
|
content: ')';
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user