mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
1140, update tooltips background colors
This commit is contained in:
parent
94ec385ac9
commit
5c0df83831
@ -468,7 +468,26 @@ strong {
|
||||
|
||||
// Selecting all the tooltip bodies to increase their font-size
|
||||
[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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user