mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
* update logos to match new branding * update styles of logo * move version number to bottom of admin * update specs
7 lines
155 B
CSS
7 lines
155 B
CSS
.version {
|
|
font-size: calc(10rem / var(--rem-base));
|
|
color: var(--palette-text-secondary);
|
|
text-align: center;
|
|
padding-bottom: var(--spacing-3);
|
|
}
|