Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2019-12-31 21:36:48 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2019-12-31 21:36:48 +0300
commit92b9f2ab695922346e62970a96e35b19fcb1b2bb (patch)
treefdd5e924a50132044959f6eb26749993267aae1a /assets
parent15048c3c3b805ed1f06336d51471feea20ec7f61 (diff)
Improve layout
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 0611f97..0b1f729 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -152,7 +152,8 @@ h6,
.btn-primary.focus,
.btn-primary.active {
background: #542cb7;
- box-shadow: none !important
+ box-shadow: none !important;
+ outline: none !important;
}
.btn-transparent {
@@ -167,7 +168,7 @@ h6,
}
.btn:focus.portfolio {
- box-shadow: white !important;
+ box-shadow: none !important;
background: white !important;
color: black;
outline-style: solid !important;
@@ -199,9 +200,11 @@ h6,
.portfolio.btn-primary.focus,
.btn-primary.active {
- box-shadow: none !important;
+ box-shadow: black !important;
background: black !important;
color: white !important;
+ outline-style: solid !important;
+ outline-color: black !important;
}
body {