skin customs

This commit is contained in:
gauthiier 2021-12-13 16:53:02 +01:00
parent 76b5b575fc
commit 748e4e9e44
6 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -51,7 +51,7 @@ input {
text-shadow: none;
font-size: 23px;
line-height: 1.8;
color: #6c02fd;
color: #8443fc;
background: #585d6a;
border-radius: 3px;
box-shadow: none;
@ -65,7 +65,7 @@ button[type=submit] {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
left: 305px;
color: #6c02fd;
color: #8443fc;
background: #585d6a;
border: none;
top: 0;
@ -76,8 +76,8 @@ button[type=submit] {
#button:hover,
button[type=submit]:hover {
cursor: pointer;
background: #585d6a;
color: #6c02fd;
background: #696f7e;
color: #8443fc;
}
#padname {

View File

@ -34,7 +34,7 @@
--super-dark-color: #485365; /*#374256;*/
--dark-color: #576273; /*#4d5d77*/
--primary-color: #64d29b;
--primary-color: #8443fc; /* pppad primary colour */
--middle-color: #d2d2d2; /* kind of grey, use for border for examples */
--light-color: #f2f3f4; /*#f9f9f9;*/