diff --git a/assets/css/style.scss b/assets/css/style.scss index df7cfdf..7853aa2 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -12,3 +12,10 @@ header { width: auto; position: static !important; } + +table { + tbody tr:nth-of-type(odd) { + background-color: rgba(0, 0, 0, .05); + border-color: #fff; + } +}