Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Burde fixe den her?? WordPress/gutenberg#17718
  • Loading branch information
jensz12 authored Mar 12, 2020
1 parent 6d1c9b1 commit 4e0331b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ body {
background-attachment: fixed;
height: 100%;
font-family: 'Roboto', sans-serif;
@supports (-webkit-touch-callout: inherit) {
background-attachment: scroll;
}
}

@supports (-webkit-overflow-scrolling: touch) {

body {
background-attachment: fixed;
}
}

.img {
margin: 30px;
}
Expand All @@ -26,7 +30,7 @@ body {
margin-top: 70px;
}
a:link, a:visited {
color: rgb(102, 102, 102);
color: #000000;
text-decoration: none;
}
a:hover, a:active {
Expand Down Expand Up @@ -167,4 +171,4 @@ a:hover, a:active {
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
color: #ffffff;
background-color: #e30227;
}
}

0 comments on commit 4e0331b

Please sign in to comment.