mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-27 15:16:46 +00:00
Optimized Mobilizon CSS
This commit is contained in:
21
roles/web-app-mobilizon/files/style.css
Normal file
21
roles/web-app-mobilizon/files/style.css
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
.title, .subtitle {
|
||||||
|
color: var(--color-01-10);
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-child {
|
||||||
|
background-color: rgba( var(--color-rgb-01-80), 0.3 );
|
||||||
|
color: var(--color-01-10);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer{
|
||||||
|
background-color: rgba( var(--color-rgb-01-80), 0.3 );
|
||||||
|
color: var(--color-01-90);
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background-primary-light{
|
||||||
|
background-color: rgba( var(--color-rgb-01-80), 0.3 ) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background-secondary{
|
||||||
|
background-color: rgba( var(--color-rgb-01-80), 0.3 ) !important;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user