aboutsummaryrefslogtreecommitdiff
path: root/css
AgeCommit message (Collapse)AuthorLines
2020-05-03Fix colors and code paddingPedram Ashofteh Ardakani-24/+48
Colors: * links (darker pink) * visited links (darker - but distinguishable from black) * link text-shadows (lighter, subtle selecting effect) * code blob background (pure white) Padding: * same as GitLab * line-height wasn't working because it was inherited from body. Fixed this by changing the line-height in the parent - which is the <pre> tag
2020-05-01Create header banner for everypagePedram Ashofteh Ardakani-2/+5
Now, every page has a banner with Maneage logo on it. Fixed the html and css both.
2020-05-01Fix link selectorsPedram Ashofteh Ardakani-4/+4
Until now, the links were selected by their parent. That was to separately change the `Button` links and links in <p>, <li>, etc. With this commit, only the `Button` links are sepatated with a class. All other links are decorated the same.
2020-05-01Recolor <pre> code sectionsPedram Ashofteh Ardakani-2/+2
* Lighter background * Lighter border
2020-05-01Fix fontsPedram Ashofteh Ardakani-0/+3
* Reduce <code> font size * Increase <body> line-height
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