File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -799,3 +799,28 @@ footer p {
799799 align-items : center;
800800 }
801801}
802+
803+ .corner-ribbon {
804+ position : fixed;
805+ top : 28px ;
806+ right : -38px ;
807+ width : 150px ;
808+ padding : 7px 0 ;
809+ background : var (--text-primary );
810+ color : var (--bg );
811+ font-family : 'JetBrains Mono' , monospace;
812+ font-size : 11px ;
813+ font-weight : 600 ;
814+ letter-spacing : 0.08em ;
815+ text-transform : uppercase;
816+ text-align : center;
817+ text-decoration : none;
818+ transform : rotate (45deg );
819+ z-index : 1000 ;
820+ transition : background 0.15s , color 0.15s ;
821+ }
822+
823+ .corner-ribbon : hover {
824+ background : var (--text-secondary );
825+ color : var (--bg );
826+ }
Original file line number Diff line number Diff line change 6060</ head >
6161
6262< body >
63+ < a href ="/manifesto.html " class ="corner-ribbon "> Manifesto</ a >
6364 < main class ="container ">
6465 < div class ="hero ">
6566 < div class ="logo-container ">
You can’t perform that action at this time.
0 commit comments