Merge pull request #23534 from habibrosyad/gh-23504
Fix link color and tab component stylespull/23673/head
commit
5114ec6453
|
@ -42,6 +42,10 @@ $video-section-height: 200px;
|
|||
|
||||
body {
|
||||
background-color: white;
|
||||
|
||||
a {
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
|
@ -20,6 +20,15 @@ $announcement-size-adjustment: 8px;
|
|||
padding-top: 2rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-widget {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.ui-widget-content a {
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
Loading…
Reference in New Issue