Skip to content
Snippets Groups Projects
Commit 6b027af0 authored by psy's avatar psy
Browse files

Merge branch 'design' into 'master'

very slight updates to the design

See merge request !67
parents 9a695d4e 2a15eeba
Branches
Tags release/richdocuments/8.3.9
1 merge request!67very slight updates to the design
Pipeline #9661 passed
...@@ -32,23 +32,23 @@ ...@@ -32,23 +32,23 @@
:root { :root {
--primary-c1: rgba(178, 57, 255, 1); --primary-c1: #f00efa;
--primary-c2: rgba(104, 0, 231, 1); --primary-c2: rgba(104, 0, 231, 1);
--primary-c3: rgba(5, 185, 236, 1); --primary-c3: #4ce9f8;
--primary-c4: rgba(16, 14, 35, 1); --primary-c4: rgba(16, 14, 35, 1);
/*shaded versions*/ /*shaded versions*/
--primary-c1-s1: rgba(103, 2, 149, 1); /* --primary-c1-s1: rgba(103, 2, 149, 1); */
--primary-c2-s1: rgba(65, 0, 139, 1); /* --primary-c2-s1: rgba(65, 0, 139, 1); */
--primary-c3-s1: rgba(0, 118, 169, 1); /* --primary-c3-s1: rgba(0, 118, 169, 1); */
--primary-c1-s2: rgba(68, 9, 105, 1); /* --primary-c1-s2: rgba(68, 9, 105, 1); */
--primary-c2-s2: rgba(42, 0, 94, 1); /* --primary-c2-s2: rgba(42, 0, 94, 1); */
--primary-c3-s2: rgba(2, 93, 132, 1); /* --primary-c3-s2: rgba(2, 93, 132, 1); */
--primary-c1-s3: rgba(36, 0, 56, 1); /* --primary-c1-s3: rgba(36, 0, 56, 1); */
--primary-c2-s3: rgba(20, 0, 47, 1); /* --primary-c2-s3: rgba(20, 0, 47, 1); */
--primary-c3-s3: rgba(0, 42, 58, 1); /* --primary-c3-s3: rgba(0, 42, 58, 1); */
--secondary-c1: rgba(253, 41, 79, 1); --secondary-c1: rgba(253, 41, 79, 1);
--secondary-c2: rgba(22, 10, 254, 1); --secondary-c2: rgba(22, 10, 254, 1);
...@@ -175,7 +175,7 @@ code.code-large, .rst-content tt.code-large { ...@@ -175,7 +175,7 @@ code.code-large, .rst-content tt.code-large {
code { code {
padding: 2px 5px; padding: 2px 5px;
background: black; background: black;
border: solid 1px #555; border: solid 1px #8102fd;
color: white; color: white;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment