add feed button style

master
an 2019-12-31 21:55:52 -05:00
parent 58b32f6a50
commit ed5c06b53a
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
.feedbutton {
background: #54435f;
border-left: 2px solid #8b6f9d;
border-top: 2px solid #bf99d8;
border-right: 2px solid #3e3247;
border-bottom: 2px solid #271f2d;
border-radius: 7px
}
legend {
font-style: italic
}