mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* Autogenerate services.m3o.com * Openapi for all * Gen * Fix * Whaat * Fix dep * Fix * Hmm * Install make * Debug * Debug 1 * Location -> locations * Fix * Intall protoc gen micro * F * F * F * Push * Rename secret * Fix npm install * Fix script * Fix v2 * Ignore errors * Ignore v2 * F * F * F * Docs index * Add hugo theme * Hugo tania fixes * Change gen * Change gen 2 * Install hugo * Change gen * Gen fix * Change hugo install * Change hugo install * CNAME * Change articles wording * Tiny fix * Fix gen * Redoc it all * Fix gen * Fixing up protos * Fix proto * Fix gen * Fix * Trigger build * Fix copy * Openapi docs * Flatten * Changes * No date vol2 * Changes * Add make to chat * Fixes * Change * api spec * replace RSS * fix link * Dont continue on error * increase the width * use micro at master * change box colours * move some things * Pushing new readmes to see how they look like * Add skip file * Readmes * Nicer api link * Remove stutter * FIx mistake * set service font weight * Messages readme fix * add other font bold * Notes * Remove post from url * Revert "Remove post from url" This reverts commit 5fea2c23d0bafa910f5dc4d4cc63f71f578530e3. * move exampleSite to site * replace exampleSite with site * update readme * use filename for post * update index * Add source urls * set source as params * set source as params * Fix entries * Generator in go * Fixes to generator * F * Change doc gen * FIx cname * Fixing protos * Change to makefiles * Fix gen script Co-authored-by: Asim Aslam <asim@aslam.me>
51 lines
1.5 KiB
SCSS
51 lines
1.5 KiB
SCSS
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--color-mode: dark;
|
|
}
|
|
|
|
:root:not([data-user-color-scheme]) {
|
|
--h1-color: white;
|
|
--font-color: #b3b9c5;
|
|
--heading-color: #ffd479;
|
|
--dark-font-color: #ced4da;
|
|
--background: #1f2022;
|
|
--medium-font-color: #dee2e6;
|
|
--light-font-color: #868e96;
|
|
--light-background: #2D2D31;
|
|
--light-background-hover: #3b3b3e;
|
|
--code-background-color: #2e2e30;
|
|
--border: #404040;
|
|
--link-color: #6ab0f3;
|
|
--link-color-darker: #4a72a5;
|
|
--link-hover-color: #e1a6f2;
|
|
--navbar-color: #1d1d1d;
|
|
--blockquote: #2b2b2b;
|
|
--blockquote-left: #191919;
|
|
--transparent-text: rgba(255, 255, 255, 0.7);
|
|
--transparent-bg: rgba(0, 0, 0, 0.2);
|
|
--light-transparent-bg: rgba(255, 255, 255, 0.05);
|
|
}
|
|
}
|
|
|
|
[data-user-color-scheme='dark'] {
|
|
--h1-color: white;
|
|
--font-color: #b3b9c5;
|
|
--heading-color: #ffd479;
|
|
--dark-font-color: #ced4da;
|
|
--background: #1f2022;
|
|
--medium-font-color: #dee2e6;
|
|
--light-font-color: #868e96;
|
|
--light-background: #2D2D31;
|
|
--light-background-hover: #3b3b3e;
|
|
--code-background-color: #2e2e30;
|
|
--border: #404040;
|
|
--link-color: #6ab0f3;
|
|
--link-color-darker: #4a72a5;
|
|
--link-hover-color: #e1a6f2;
|
|
--navbar-color: #1d1d1d;
|
|
--blockquote: #2b2b2b;
|
|
--blockquote-left: #191919;
|
|
--transparent-text: rgba(255, 255, 255, 0.7);
|
|
--transparent-bg: rgba(0, 0, 0, 0.2);
|
|
--light-transparent-bg: rgba(255, 255, 255, 0.05);
|
|
} |