diff --git a/_sass/screen.scss b/_sass/screen.scss index 691cb12..8a9e0df 100644 --- a/_sass/screen.scss +++ b/_sass/screen.scss @@ -9,6 +9,7 @@ $strong: #111; $dim: #999; $links: #55f; $rule: #999; +$tr-rule: #ccc; $width: 800px; $margin: 17px; @@ -58,8 +59,7 @@ em { font-style: italic; } table { width: 100%; } thead { color: $dim; } th, td { padding: 0.3em; } -tr { border-bottom: 1px solid $dim; } -tbody tr:hover { border-bottom: 1px solid $strong; color: $strong; } +tr { border-bottom: 1px dotted $tr-rule; } .publi_table td:nth-child(1) { width: 30%; } .publi_table td:nth-child(2) { width: 60%; } diff --git a/stylesheets/screen.css b/stylesheets/screen.css index fb59f37..fc26592 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -172,12 +172,7 @@ th, td { } tr { - border-bottom: 1px solid #999999; -} - -tbody tr:hover { - border-bottom: 1px solid #111111; - color: #111111; + border-bottom: 1px dotted #cccccc; } .publi_table td:nth-child(1) {