1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-16 16:09:50 +02:00

1140, update tooltips background colors

This commit is contained in:
Ahmed Ejaz 2023-08-30 01:27:25 +05:00
parent 94ec385ac9
commit 5c0df83831

View File

@ -468,7 +468,26 @@ strong {
// Selecting all the tooltip bodies to increase their font-size // Selecting all the tooltip bodies to increase their font-size
[class*="hint--"][aria-label]:after { [class*="hint--"][aria-label]:after {
font-size: 0.80rem; font-size: 0.75rem;
font-weight: lighter;
}
.hint--success:after{
background-color: #d8f4d7;
color: #298625;
border-color: #3dc637;
}
.hint--info:after{
background-color: #d0ebf6;
border-color: #149ad4;
color: #0d648a;
}
.hint--error:after{
background-color: #f4d9d8;
border-color: #c6403d;
color: #812a28;
} }
/* For modern browsers */ /* For modern browsers */