Skip to content
Snippets Groups Projects
Commit 301d78c6 authored by khawkins's avatar khawkins
Browse files

Update compiled source

parent 7f3c5077
No related branches found
Tags v1.2.0.20
No related merge requests found
......@@ -835,6 +835,19 @@ code {
.button.hover {
background-color: rgba(255, 255, 255, 0.5); }
/* tabs */
.tabs-title > a {
border-bottom: none; }
.tabs-title > a:hover {
background-color: #007c82;
color: white; }
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
color: white;
background: #666; }
/* related / popular */
.related {
background: #333;
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment