1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00

1140, Update the tooltip arrow color

This commit is contained in:
Ahmed Ejaz 2023-08-31 16:11:03 +05:00
parent 56122d3288
commit 0987bb0156

View File

@ -473,6 +473,18 @@ strong {
}
// Tooltips
.tooltip--permissions.hint--bottom:before{
border-bottom-color: #298625;
}
.tooltip--conditions.hint--bottom:before{
border-bottom-color: #0d648a;
}
.tooltip--limitations.hint--bottom:before{
border-bottom-color: #812a28;
}
.tooltip--permissions:after{
background-color: #d8f4d7;
color: #298625;