Skip to content

Commit 5a8c2bf

Browse files
modified css: hero layer dark themed
1 parent 78d2f82 commit 5a8c2bf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -457,13 +457,13 @@ button, .button {
457457
color: #fff; } }
458458

459459
.button__accent {
460-
background-color: #06d19c;
461-
border-color: #06d19c;
460+
background-color: #FF5722;
461+
border-color:#FF5722;
462462
color: #fff; }
463463
@media (min-width: 992px) {
464464
.button__accent:hover {
465-
background-color: #05bd8d;
466-
border-color: #05bd8d;
465+
background-color: #E64A19;
466+
border-color: #E64A19;
467467
color: #fff; } }
468468

469469
.button__delete {
@@ -875,7 +875,7 @@ select {
875875
background-color: #6C63FF; }
876876

877877
.hero__overlay--gradient {
878-
background: linear-gradient(to right, #6C63FF, #4641FF); }
878+
background: linear-gradient(to right, #455A64, #212121); }
879879

880880
.hero__overlay--gradientVertical {
881881
background: linear-gradient(to bottom, #6C63FF, #4641FF); }

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>The Working Bros</title>
77
<link rel="icon" type="image/ico" href="TWB%20new.ico" />
88
<!-- Don't forget to add your metadata here -->
9-
<link rel='stylesheet' href='css/style.min.css' />
9+
<link rel='stylesheet' href='css/style.css' />
1010
</head>
1111
<body>
1212
<!-- Hero(extended) navbar -->

0 commit comments

Comments
 (0)