mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Removing redundant bootstrap
This commit is contained in:
parent
864f91d90e
commit
b047e2f880
3 changed files with 6 additions and 848 deletions
|
@ -9,7 +9,7 @@
|
|||
<title>Hugo :: A fast and modern static website engine</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/css/bootstrap-theme.css" rel="stylesheet">
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Arbutus+Slab&family=Cabin:600&family=Source+Code+Pro' rel='stylesheet' type='text/css'>
|
||||
<!-- Add custom CSS here -->
|
||||
|
|
7
docs/static/css/HPstyles.css
vendored
7
docs/static/css/HPstyles.css
vendored
|
@ -295,8 +295,8 @@ footer a:hover {
|
|||
.btn-dark:active,
|
||||
.btn-dark.active,
|
||||
.open .dropdown-toggle.btn-dark {
|
||||
color: white;
|
||||
background-color: black;
|
||||
color: black;
|
||||
background-color: aliceblue;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
|
@ -323,6 +323,9 @@ footer a:hover {
|
|||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-info:hover, .btn-primary:hover, .btn-success:hover {
|
||||
background: aliceblue;
|
||||
}
|
||||
|
||||
div#carousel-quotes {
|
||||
width:100%;
|
||||
|
|
845
docs/static/css/bootstrap.min.css
vendored
845
docs/static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue