Add transparent background to markdown header tabs
This commit is contained in:
parent
0baa0c4b14
commit
f9d6ee826f
2 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
button {
|
||||
padding-top: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&.active a,
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add transparent background to markdown header tabs
|
||||
merge_request: 22565
|
||||
author: George Tsiolis
|
||||
type: fixed
|
Loading…
Reference in a new issue