9 lines
177 B
CSS
Executable File
9 lines
177 B
CSS
Executable File
.hidden { display: none; }
|
|
|
|
button:not(:last-child) { padding-right: 1rem; }
|
|
|
|
article header a { color: var(--text-color); }
|
|
|
|
article footer {
|
|
text-align: right;
|
|
padding: 0; } |