blog/static/ox-hugo/commento.css

45 lines
951 B
CSS

:root {
--nord0: #2e3440;
--nord1: #3b4252;
--nord2: #434c5e;
--nord3: #4c566a;
--nord4: #d8dee9;
--nord5: #e5e9f0;
--nord6: #eceff4;
--nord7: #8fbcbb;
--nord8: #88c0d0;
--nord9: #81a1c1;
--nord10: #5e81ac;
--nord11: #bf616a;
--nord12: #d08770;
--nord13: #ebcb8b;
--nord14: #a3be8c;
--nord15: #b48ead;
}
.commento-root
.commento-anonymous-checkbox-container
input[type="checkbox"]
+ label,
.commento-root .commento-mod-tools button,
.commento-root-font * {
color: var(--nord6);
}
.commento-root .commento-footer .commento-logo-container .commento-logo-text {
color: var(--nord1);
}
.commento-root .commento-dark-card {
background-color: var(--nord12);
}
.commento-root input[type="text"],
.commento-root textarea {
color: var(--nord0);
}
.commento-root .commento-mod-tools::before {
color: var(--nord15);
}
.commento-root .commento-submit-button {
background: var(--nord10);
color: var(--nord5);
}