aboutsummaryrefslogtreecommitdiff
path: root/css
AgeCommit message (Collapse)AuthorLines
2020-04-29Better <code> formatting & tidy up CSSPedram Ashofteh Ardakani-12/+42
Change background and text colors, round the corners, better control on text overflow in smaller devices, etc. I'll try to be more `atomic` in next commits. However, that seems unnecessary since all these commits have short lives, except the last `squashed` one.
2020-04-29Tidy up the CSS file, esp. the colors sectionPedram Ashofteh Ardakani-78/+39
Created a seperate color section at the beginning of the CSS file, so one can change colors without moving around the CSS file so much! Created a `FONTS` section at the top of the CSS file. Also, moved the `decoration classes` section next to the `colors` section in the CSS file. I'll try to tidy up the CSS file further.
2020-04-28Decorate various tagsPedram Ashofteh Ardakani-6/+28
Unitl now, there were almost no decorations introduced to <code> and <a> tags. With this commit, the webpage gets a colorful soul.
2020-04-28Link colorsPedram Ashofteh Ardakani-46/+62
2020-04-28Put in the CSS filePedram Ashofteh Ardakani-0/+234