diff options
-rw-r--r-- | css/bootswatch.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 5ca53b4f..4031d3fb 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -3,7 +3,7 @@ body { } .nav i { - opacity: 0.5; + opacity: 0.7; } .nav a:hover i { @@ -75,7 +75,8 @@ body { .about img { float: left; - opacity: 0.6; + margin-top: 5px; + opacity: 0.7; } #gallery { |