diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/assets/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 488e97dc..411054d8 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -226,7 +226,7 @@ body > header { } #column li > a:hover { background-color: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; transition: background-color 0.2s ease-in; } #column .margtop { @@ -235,7 +235,7 @@ body > header { #column .tags { background: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; line-height: 140%; padding: 6px; text-align: justify; @@ -305,7 +305,7 @@ body > header { article { background: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; line-height: 140%; margin-bottom: 10px; padding: 20px; @@ -394,7 +394,7 @@ article .tags > a, } .msg-cont { background: #FFF; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; line-height: 140%; margin-bottom: 12px; padding: 20px; |