Sombreffe : add common custom

This commit is contained in:
Daniel Muyshond 2021-02-23 11:53:16 +01:00
parent 590d50e11b
commit b2f7d1aaa6
1 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,48 @@
@charset "UTF-8";
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: #c17375;
}
/* darker cell links hover for better contrast/accessibility */
div#account-management ul > li > a:hover::after,
div.wcsformsofcategorycell ul > li > a:hover::after,
div.wcscurrentdraftscell ul > li > a:hover::after,
div.wcscurrentformscell ul > li > a:hover::after {
background: #cf4449;
}
/* remove annoying border I can't remove with EO vars at the moment */
div.links-list ul > li:not(:last-child) {
border-bottom: 0;
}
/* logo adjustmts */
h1#logo a img {
max-height: 85px;
}
@media screen and (max-width: 320px) {
h1#logo a img {
max-height: 75px;
}
}
@media screen and (max-width: 768px) {
h1#logo a {
margin-top: 0;
}
}
/* center "Code de suivi" title */
div#tracking-code h3 {
padding: 0;
color: #333333;
}