Skip to content

Update buttondown.css #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions styles/buttondown.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ div#header, header
div#TOC, nav#TOC
{
/* Put border on bottom to separate it from body. */
border-bottom: 1px solid #aaa;
border-bottom: 1px solid #fff;
margin-bottom: 0.5em;
}

Expand Down Expand Up @@ -150,7 +150,7 @@ a /* All links */
{
/* Keep links clean. On screen, they are colored; in print, they do nothing anyway. */
text-decoration: none;
color: blue;
color: sky blue;
}

@media screen
Expand Down Expand Up @@ -219,7 +219,7 @@ pre /* Code blocks */
padding: 0.5em; /* Since we have a background color */
border-radius: 5px; /* Softens it */
/* Give it a some definition */
border: 1px solid #aaa;
border: 1px solid #fff;
/* Set it off left and right, seems to look a bit nicer when we have a background */
margin-left: 0.5em;
margin-right: 0.5em;
Expand Down
6 changes: 3 additions & 3 deletions styles/leetcode-book.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/leetcode.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
div#header, header
{
/* Put border on bottom. Separates it from TOC or body that comes after it. */
border-bottom: 1px solid #aaa;
border-bottom: 1px solid #fff;
margin-bottom: 0.5em;
}

Expand Down