Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
styling: add background to language tabs
Browse files Browse the repository at this point in the history
fixes #426
  • Loading branch information
davidjgoss committed Jun 5, 2020
1 parent 03791d9 commit 80bf4d1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
6 changes: 5 additions & 1 deletion themes/cucumber-hugo/static/css/cucumber.css

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion themes/cucumber-hugo/static/css/cucumber.sass
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ li
.message-header,
.message-body
p:last-child
margin-bottom: 0
margin-bottom: 0

// give some nearly-opaque background to the language tabs
.tabs
li[data-language]
background-color: rgba(255, 255, 255, 0.9)
6 changes: 5 additions & 1 deletion themes/cucumber-sb/static/css/cucumber.css

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion themes/cucumber-sb/static/css/cucumber.sass
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ li
.message-header,
.message-body
p:last-child
margin-bottom: 0
margin-bottom: 0

// give some nearly-opaque background to the language tabs
.tabs
li[data-language]
background-color: rgba(255, 255, 255, 0.9)

0 comments on commit 80bf4d1

Please sign in to comment.