2022-10-26 01:52:16 +04:00
|
|
|
.hidden { display: none; }
|
|
|
|
|
2022-10-19 21:02:40 +04:00
|
|
|
button:not(:last-child) { padding-right: 1rem; }
|
|
|
|
|
2021-02-10 01:01:50 +04:00
|
|
|
article header a { color: var(--text-color); }
|
|
|
|
|
|
|
|
article footer {
|
2022-10-19 21:02:40 +04:00
|
|
|
text-align: right;
|
2022-10-26 01:52:16 +04:00
|
|
|
padding: 0; }
|