mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-16 14:16:29 +08:00
22 lines
No EOL
318 B
Text
22 lines
No EOL
318 B
Text
// // out: false
|
|
// //
|
|
// // Background
|
|
@bg: #EEE;
|
|
// //
|
|
// // Border
|
|
@border: #E5E5E5;
|
|
// //
|
|
// // Font color
|
|
@color: #232323;
|
|
// //
|
|
// // Color theme
|
|
@main: #F44336;
|
|
// //
|
|
// // Tooltip
|
|
@tooltipBg: #232323;
|
|
@tooltipColor: #FFF;
|
|
@arrowWidth: 8px;
|
|
// //
|
|
// // Dialog
|
|
@dialogHeaderBg: #292929;
|
|
@dialogHeaderColor: #FFF; |