Skip to content
Snippets Groups Projects
Unverified Commit 5802f640 authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag: Committed by Oliver Smith
Browse files

style: add selection colors (MR 317)

parent 84511f8b
No related branches found
No related tags found
1 merge request!317style: add selection colors
Pipeline #210244 passed
......@@ -84,6 +84,8 @@
--view-selectable-colour: #1a1a1a;
--view-selectable-hover-colour: var(--inline-accent-colour);
--selection-colour: #bfdac4;
--secondary-background-colour: #eeeeee;
--logo-text-colour: var(--inline-accent-colour);
......@@ -95,6 +97,10 @@
font-family: Archivo, Archivo Fallback, sans-serif;
}
::selection {
background-color: var(--selection-colour);
}
/* LINKS */
a {
color: var(--view-selectable-colour);
......@@ -403,6 +409,8 @@ img.inline {
--view-selectable-colour: #d0d0d0;
--view-selectable-hover-colour: #44ff99;
--selection-colour: #294733;
--secondary-background-colour: #33393b;
--logo-text-colour: #289755; /* same as oklch(from var(--pmos-accent-colour) 60% c h) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment