Set themeing colors
This commit is contained in:
parent
9c5134b797
commit
5dd7c7f7ee
1 changed files with 27 additions and 0 deletions
|
@ -5,6 +5,33 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>AI Filter Options</title>
|
||||
<link rel="stylesheet" href="bulma.css">
|
||||
<style>
|
||||
:root {
|
||||
--bulma-primary-h: 205deg;
|
||||
--bulma-primary-s: 91%;
|
||||
--bulma-primary-l: 57%;
|
||||
--bulma-link-h: 205deg;
|
||||
--bulma-link-s: 91%;
|
||||
--bulma-link-l: 48%;
|
||||
--bulma-info-h: 199deg;
|
||||
--bulma-info-s: 44%;
|
||||
--bulma-info-l: 82%;
|
||||
--bulma-success-h: 145deg;
|
||||
--bulma-success-s: 25%;
|
||||
--bulma-success-l: 68%;
|
||||
--bulma-warning-h: 44deg;
|
||||
--bulma-warning-s: 86%;
|
||||
--bulma-warning-l: 70%;
|
||||
--bulma-danger-h: 0deg;
|
||||
--bulma-danger-s: 49%;
|
||||
--bulma-scheme-h: 326;
|
||||
--bulma-scheme-s: 40%;
|
||||
}
|
||||
|
||||
.tag {
|
||||
--bulma-tag-h: 318;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section class="section">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue