Merge pull request #23534 from habibrosyad/gh-23504

Fix link color and tab component styles
pull/23673/head
Kubernetes Prow Robot 2020-09-03 08:03:41 -07:00 committed by GitHub
commit 5114ec6453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,10 @@ $video-section-height: 200px;
body {
background-color: white;
a {
color: $blue;
}
}
section {

View File

@ -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 {