tilde.team css
Go to file
dhg 3242cbf9ab Make body text lighter
Changed the default body text color from @hacker-primary-light (contrast ratio 4.32:1 on black, not WCAG compliant) to @hacker-primary-lighter (contrast ratio 7.42:1)
2018-06-12 19:30:26 -04:00
dist rename css/ to dist/ 2017-12-29 16:31:39 -05:00
img add live-reload dev server :) 2018-06-07 12:12:51 -04:00
less Make body text lighter 2018-06-12 19:30:26 -04:00
.gitignore rename css/ to dist/ 2017-12-29 16:31:39 -05:00
LICENSE initial commit, :octocat: 2015-04-14 11:26:58 -05:00
README.md update readme, compile before starting light-server 2018-06-07 19:13:00 -04:00
haxor.png added 1337 h4x0r image 2015-04-15 15:09:54 -05:00
index.html update readme, compile before starting light-server 2018-06-07 19:13:00 -04:00
package-lock.json add live-reload dev server :) 2018-06-07 12:12:51 -04:00
package.json update readme, compile before starting light-server 2018-06-07 19:13:00 -04:00

README.md

tilde team hacker bootstrap theme

this is a fork of brobin's hacker bootstrap

the latest compiled css will be available here

the major changes from the original are a few tweaks to colors of code samples and font sizes.

feel free to use and modify as you like!

this is the style used on tilde.team.

a bootstrap theme for 1337 h4x0rs. inspired by the classic green on black terminal style. this theme will make your website 1337.

check out the example site!

usage

you can pick up the latest hacker.css and reference the css in your page.

<link href="css/hacker.css" rel="stylesheet">

or you could be a real h4x0r.

h4x0rs only

open up your h4x0r terminal and type the following:

$ npm install

if you want to make adjustments with live-reloading, try this:

$ npm run dev

if you just want to compile, you can do this:

$ npm run build

you'll find the compiled css in dist/hacker.css to do with as you please

contributing

feel free to hack around and submit pull requests. not every style is 100% comp1337, so any assistance is greatly appreciated.

thanks for stopping by :)

license

mit