mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 16:04:21 +00:00
7 lines
111 B
CSS
7 lines
111 B
CSS
|
.token {
|
||
|
border: 1px currentColor solid;
|
||
|
border-radius: 2px;
|
||
|
padding: 2px;
|
||
|
line-height: 2em;
|
||
|
}
|