Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

irul / dev-landing-page

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dev-landing-page
  • css
  • themes
  • red-white.css
  • irul's avatar
    1st commit · 2ad4cf46
    irul committed Oct 06, 2019
    2ad4cf46
red-white.css 143 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* Theme */

main {
	background: #AF3D4E;
	color: #FAFAFA;
}

.icons-social a {
	color: #FAFAFA;
}

.icons-social a svg path{
	fill: #FAFAFA;
}