Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *
- {
- background-color: #001F28 !important;
- color: #EEEEEE !important;
- border-color: #8CCEE8 !important;
- }
- body
- {
- background: #001F28 !important;
- }
- div,
- i
- {
- /*Prohibit unimportant background*/
- /*background-image: none;*/
- /*background-color: #001F2822 !important;*/
- }
- button,
- svg
- {
- /*background-color: #8CCEE822 !important;
- border-style: solid !important;
- border-width: thin !important;
- color: #BBB0EC!important;*
- }
- button *
- {
- background-color: #8CCEE800 !important;
- }
- input
- {
- border-color: #8CCEE888 !important;
- border-style: solid !important;
- border-width: thin !important;
- background-image: none !important;
- }
- svg {
- fill: #8CCEE8 !important;
- }
- a,
- a *
- {
- border-bottom-color: #8CCEE8;
- border-bottom-style: solid !important;
- border-width: thin !important;*/
- background-color: #001F2800 !important;
- color: #8CCEE8 !important;
- }
- a:link
- {
- color: #8CCEE8 !important;
- text-decoration: none;
- }
- /*Regular style*/
- a:visited
- {
- color: #479EC9!important;
- text-decoration: none;
- }
- /*Mouse pointing style*/
- a:hover
- {
- color: #8CCEE8!important;
- text-decoration: underline;
- }
- /*After visiting the style*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement