1
0
mirror of https://github.com/nxshock/gron.git synced 2024-11-27 03:41:00 +05:00

Some CSS format

This commit is contained in:
nxshock 2022-03-26 15:29:47 +05:00
parent 88fb2d0c15
commit 970ce3bdae

View File

@ -6,43 +6,25 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>go-cron</title> <title>go-cron</title>
<style> <style>
/* /* Based on base16 architecture for building themes
Based on base16 architecture for building themes https://github.com/chriskempson/base16 */
https://github.com/chriskempson/base16
*/
:root { :root {
--base00: #282c34; --base00: #282c34; /* Default Background */
/* Default Background */ --base01: #353b45; /* Lighter Background */
--base01: #353b45; --base02: #3e4451; /* Selection Background */
/* Lighter Background */ --base03: #545862; /* Comments, Invisibles, Line Highlighting */
--base02: #3e4451; --base04: #565c64; /* Dark Foreground (Used for status bars) */
/* Selection Background */ --base05: #abb2bf; /* Default Foreground, Caret, Delimiters, Operators */
--base03: #545862; --base06: #b6bdca; /* Light Foreground (Not often used) */
/* Comments, Invisibles, Line Highlighting */ --base07: #c8ccd4; /* Light Background (Not often used) */
--base04: #565c64; --base08: #e06c75; /* Red */
/* Dark Foreground (Used for status bars) */ --base09: #d19a66; /* Orange */
--base05: #abb2bf; --base0A: #e5c07b; /* Yellow */
/* Default Foreground, Caret, Delimiters, Operators */ --base0B: #98c379; /* Green */
--base06: #b6bdca; --base0C: #56b6c2; /* Aqua */
/* Light Foreground (Not often used) */ --base0D: #61afef; /* Blue */
--base07: #c8ccd4; --base0E: #c678dd; /* Purple */
/* Light Background (Not often used) */ --base0F: #be5046; /* Dark red */
--base08: #e06c75;
/* Red */
--base09: #d19a66;
/* Orange */
--base0A: #e5c07b;
/* Yellow */
--base0B: #98c379;
/* Green */
--base0C: #56b6c2;
/* Aqua */
--base0D: #61afef;
/* Blue */
--base0E: #c678dd;
/* Purple */
--base0F: #be5046;
/* Dark red */
} }
* { * {