mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-24 00:21:49 +00:00
7 lines
118 B
CSS
7 lines
118 B
CSS
:root {
|
|
--blue: #2196f3;
|
|
--dark-blue: #1E88E5;
|
|
--red: #F44336;
|
|
--dark-red: #D32F2F;
|
|
--moon-grey: #f2f2f2;
|
|
}
|