diff --git a/nicofooter.png b/nicofooter.png new file mode 100644 index 0000000..ddd8910 Binary files /dev/null and b/nicofooter.png differ diff --git a/theme-nico.css b/theme-nico.css index fb03596..3f2c83d 100644 --- a/theme-nico.css +++ b/theme-nico.css @@ -76,9 +76,9 @@ --color-diff-moved-row-border: #bcca6f; --color-diff-added-row-border: #314a37; --color-diff-inactive: #353846; - --color-error-border: #a53a37; - --color-error-bg: #482c2c; - --color-error-text: #ff4433; + --color-error-border: #9b0500; + --color-error-bg: #91007d; + --color-error-text: #ff75ed; --color-success-border: #458a57; --color-success-bg: #284034; --color-success-text: #6cc664; @@ -98,7 +98,6 @@ --color-text-light-1: #979ba6; --color-text-light-2: #8a8e99; --color-text-light-3: #707687; - --color-footer: #2e323e; --color-timeline: #4c525e; --color-input-text: #d5dbe6; --color-input-background: var(--color-body); @@ -110,13 +109,13 @@ --color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled))); --color-light-border: #ffffff28; --color-hover: #ffffff10; - --color-active: #d400ff7c; + --color-active: #a803c97c; --color-menu: #4d216b; - --color-card: #2e323e; + --color-card: radial-gradient(circle, rgba(76,0,223,1) 0%, rgba(148,70,252,0) 100%); --color-markup-table-row: #ffffff06; - --color-markup-code-block: #292d39; + --color-markup-code-block: #3f115e; --color-button: #353846; - --color-code-bg: #2a2e3a; + --color-code-bg: #2a2e3a00; --color-code-sidebar-bg: #2e323e; --color-shadow: #00000060; --color-secondary-bg: #2a2e3a; @@ -154,14 +153,22 @@ color: rgb(69, 24, 87) !important; } +.feeds .list ul li:not(:last-child){ + border-bottom:none; +} + +.feeds .list ul li:not(:last-child):hover{ + background-color:var(--color-primary-light-5); +} + .feeds .list ul li.private { background: #353945; } .ui.red.label, .ui.red.labels .label { - background-color: #7d3434 !important; - border-color: #8a2121 !important; + background-color: #7d346b !important; + border-color: #7e218a !important; } .ui.yellow.label, @@ -270,7 +277,10 @@ a.ui.basic.green.label:hover { } .ui.attached.table.segment{ - background:#1a1323; + background:var(--color-body); +} +.ui.attached.table.segment:hover{ + text-decoration:none; } .ui.attached.header{ @@ -327,12 +337,12 @@ td.blob-hunk { .ui.red.button, .ui.red.buttons .button { - background-color: #7d3434; + background-color: #b3149d; } .ui.red.button:hover, .ui.red.buttons .button:hover { - background-color: #984646; + background-color: #e61bf8; } .ui.list .list > .item .header, @@ -430,6 +440,16 @@ td.blob-excerpt { border-right-color: var(--color-secondary) !important; } +footer{ + background: url("/assets/css/nicofooter.png"); + background-position: right; + background-repeat:no-repeat; +} + +.ui.right:not(.action){ + padding-right:128px; +} + footer .container .links > * { border-left-color: #888; }