From 9a657d12b77cf631b904e925d6e5109976c08b4a Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sun, 17 Apr 2016 02:43:25 -0400 Subject: [PATCH] new dark theme, with font color change --- atoms/index.css | 6 ++++-- atoms/index.html | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index 0d8ae0f..862f9bc 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -38,6 +38,9 @@ td { transition: box-shadow 0.3s ease; } +.periodictable { + color: #000; +} .atom:hover { box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2); @@ -150,7 +153,6 @@ img { width: 6.2%; height: 4%; background-color: #b3daff; - color: rgba(0,0,0,0); box-shadow: 2px 2px 5px 3px #333; cursor: pointer; @@ -162,7 +164,6 @@ img { .pulltab:hover { margin-left: 0%; - color: rgba(0,0,0,1) } .first { @@ -337,6 +338,7 @@ img { margin-left: -13%; padding: 5px; font-size: 90%; + color: #000; background-color: #fefefe; box-shadow: 4px 4px 3px #444; z-index:60; diff --git a/atoms/index.html b/atoms/index.html index eb10317..a50bc4f 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -88,8 +88,9 @@ }; var themeChart = { //themeChart[element][theme] - "pulltab": {'light': '#B3DAFF','dark': '#779550'}, - "sidebar": {'light':'#E6F5FF','dark':'#7b925d'} + "pulltab": {'light': '#B3DAFF','dark': '#372E38'}, + "sidebar": {'light':'#E6F5FF','dark': '#261F27'}, + "font": {'light': 'rgb(0,0,0)', 'dark': 'rgb(254,254,254)'} };