Skip to content

Commit

Permalink
update base.css, template.css and custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvoaftab committed Jul 13, 2024
1 parent d543bfe commit 01e19a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions public/fluent-crm/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
/* Colors */
--primary-color-hue: var(--color-hue-phpdocumentor-green, --color-hue-phpdocumentor-green);
--primary-color-saturation: 57%;
--primary-color: hsl(var(--primary-color-hue), var(--primary-color-saturation), 60%);
--primary-color-darken: hsl(var(--primary-color-hue), var(--primary-color-saturation), 40%);
--primary-color-darker: hsl(var(--primary-color-hue), var(--primary-color-saturation), 25%);
--primary-color: #9C27B0;
--primary-color-darken: #673AB7;
--primary-color-darker: #3F51B5;
--primary-color-darkest: hsl(var(--primary-color-hue), var(--primary-color-saturation), 10%);
--primary-color-lighten: hsl(var(--primary-color-hue), calc(var(--primary-color-saturation) - 20%), 85%);
--primary-color-lighter: hsl(var(--primary-color-hue), calc(var(--primary-color-saturation) - 45%), 97.5%);
Expand Down
2 changes: 1 addition & 1 deletion public/fluent-crm/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
width: 1.25rem;
height: 1.25rem;
line-height: 1.25rem;
background: transparent url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="hsl( 96, 57%, 60%)"/></svg>') no-repeat center center;
background: #9C27B0;
content: '';
position: absolute;
left: 0;
Expand Down
3 changes: 3 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ li::marker {
}
.sl-markdown-content h3:not(:where(.not-content *)) {
font-size: 1.5rem !important;
}
.sl-markdown-content a:not(:where(.not-content *)) {
color: white;
}

0 comments on commit 01e19a9

Please sign in to comment.