Skip to content

Nordic think-like-a-git by nordcool34322

Screenshot of Nordic think-like-a-git

Details

Authornordcool34322

LicenseNo License

Categorythink-like-a-git.net

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

made for think-like-a-git.net a webstite to learn all about git

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           think-like-a-git.net - 11/22/2022, 11:45:36 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("think-like-a-git.net") {
    /* Insert code here... */
	body {
		background-color: #2e3440;
		
	}
	p {
		color: #d8dee9;
		
	}
	.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6 {
		color: #d8dee9!important;
		
	}
	#header {
  height: 100px;
  background: #3b4252;
  z-index: 3;
  position: relative;
}
	#header h1.title a {
  color: #d8dee9;
}
	#nav-top {
  height: 36px;
  background: #434c5e;
  z-index: 4;
  position: relative;
}
	a {
  color: #5e81ac;
  text-decoration: none;
}
	code {
  font-weight: bold;
  background-color: #4c566a;
  margin: 5px 0px 20px 0px;
  padding: 2px 5px;
  border: none;
	border-radius: 3px;
  text-indent: 0;
}
	li span.current-marker {
  font-weight: bold;
  color: #81a1c1;
}
	#nav-top ul {
		background: none;
	}
	#nav-top ul li {
		background: none;
	}
}

Reviews

No reviews yet.