This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Custom tlk.io Chatroom CSS - Fix: No Avatar */ | |
@import url('https://fonts.googleapis.com/css?family=Cairo'); | |
#header { | |
display: none; | |
} | |
#channel { | |
text-transform: uppercase; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* | |
* A formal proof that @Blind4Basics is getting smarter every day | |
* Special thanks to @AwelEshetu for raising this question and | |
* @Steffan153 for challenging me into making this compile ;-) | |
*) | |
Definition Blind4Basics (_ _ _ _ _ : unit) := True. | |
Definition is := tt. | |
Definition getting := tt. |