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

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnew-gh <github@hazelden.ca>2021-04-05 20:27:04 +0300
committerjnew-gh <github@hazelden.ca>2021-04-05 20:27:04 +0300
commit40589ab3da01cb7d18c8d25047196f3931eeb4b5 (patch)
tree48a012ee49a79a529de553e54728781c8681aff9
parent3a6be83e3978893c39ee6cfb140aaefdd1b50b3e (diff)
css Tweaks
Small tweaks to default.css and dusk2dawn.css
-rw-r--r--default.css2
-rw-r--r--dusk2dawn.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/default.css b/default.css
index d87d7e2..8de34f2 100644
--- a/default.css
+++ b/default.css
@@ -170,7 +170,7 @@ table.reportdata tr.yellow {
text-align: center;
border-top: 2px solid var(--shadow);
width: 100%;
- margin: 10px auto 0px auto;
+ margin: 10px auto 10px auto;
padding-top: 10px;
position: fixed;
bottom: 0;
diff --git a/dusk2dawn.css b/dusk2dawn.css
index 61dad08..8b20409 100644
--- a/dusk2dawn.css
+++ b/dusk2dawn.css
@@ -37,5 +37,5 @@ this program. If not, see <http://www.gnu.org/licenses/>.
--green: #85ff6a;
--yellow: #ffff64;
--orange: #ffb826;
- --red: #ff7f50;
+ --red: #ff4444;
}