A few border touch ups for a cleaner and consistent look

This commit is contained in:
Robin Scholtes 2023-07-21 11:44:54 +12:00
parent 6f6e9cce39
commit 6b0b368564
3 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@
#recipe {
position: relative;
background-color: var(--primary-background-colour);
border-bottom: 1px solid var(--primary-border-colour);
}
#rec-list {

View file

@ -3,7 +3,6 @@
*/
c-category-list > ul {
border-top: 1px solid var(--primary-border-colour);
list-style-type: none;
padding-left: 0;
margin-bottom: 0;

View file

@ -7,6 +7,7 @@
#operations {
background-color: var(--primary-background-colour);
border-bottom: 1px solid var(--primary-border-colour);
}
#operations-wrapper {