Skip to content
Snippets Groups Projects
Commit 0d64ad31 authored by quark's avatar quark
Browse files

Update custom.css

parent 5781cbd6
No related branches found
No related tags found
1 merge request!240Changement couleur de la note
Pipeline #13657 passed with stages
in 15 minutes and 38 seconds
This commit is part of merge request !240. Comments created here will be created in the context of that merge request.
......@@ -113,7 +113,7 @@ body {
}
.border-primary {
border-color: rgb(255, 255, 0) !important;
border-color: rgb(222, 180, 222) !important;
}
.btn-secondary {
......@@ -132,16 +132,16 @@ body {
.btn-outline-dark {
color: #ffff00;
border-color: #ffff00;
color: #000000;
border-color: #000000;
}
.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
color: rgb(255, 255, 0);
background-color: rgb(255, 255, 0);
border-color: rgb(255, 255, 0);
color: rgb(50, 100, 160);
background-color: rgb(240, 150, 240);
border-color: rgb(50, 100, 160);
}
......
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