App-GitKtti

 view release on metacpan or  search on metacpan

docs/index.html  view on Meta::CPAN

            color: #e0e0e0;
            position: relative;
            z-index: 1;
            font-weight: 700;
        }

        .feature-card p {
            color: #b0b0b0;
            line-height: 1.8;
            position: relative;
            z-index: 1;
            font-size: 1.1rem;
        }

        .aliases-section {
            background: rgba(15, 15, 15, 0.9);
            padding: 6rem 2rem;
            border-top: 1px solid rgba(102, 126, 234, 0.3);
            border-bottom: 1px solid rgba(102, 126, 234, 0.3);
        }

        .aliases-section h2 {
            text-align: center;
            font-size: 3.5rem;
            margin-bottom: 4rem;
            color: #e0e0e0;
            text-shadow: 0 0 30px rgba(255, 107, 107, 0.5);
            font-weight: 800;
        }

        .aliases-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            max-width: 1000px;
            margin: 0 auto;
        }

        .alias-item {
            background: rgba(30, 30, 30, 0.8);
            padding: 2rem;
            border-radius: 20px;
            border-left: 4px solid #667eea;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(102, 126, 234, 0.2);
        }

        .alias-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
            border-color: rgba(102, 126, 234, 0.5);
        }

        .alias-item code {
            font-family: 'Monaco', 'Menlo', monospace;
            background: rgba(102, 126, 234, 0.2);
            padding: 0.8rem 1.2rem;
            border-radius: 10px;
            font-weight: bold;
            color: #667eea;
            font-size: 1.2rem;
            text-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
        }

        .alias-item p {
            margin-top: 1rem;
            color: #b0b0b0;
            font-size: 1rem;
            line-height: 1.6;
        }

        .installation {
            padding: 6rem 2rem;
            text-align: center;
        }

        .installation h2 {
            font-size: 3.5rem;
            margin-bottom: 3rem;
            color: #e0e0e0;
            text-shadow: 0 0 30px rgba(118, 75, 162, 0.5);
            font-weight: 800;
        }

        .installation p {
            font-size: 1.3rem;
            color: #b0b0b0;
            margin-bottom: 3rem;
        }

        .code-block {
            background: rgba(10, 10, 10, 0.9);
            color: #e2e8f0;
            padding: 3rem;
            border-radius: 20px;
            margin: 3rem auto;
            max-width: 800px;
            text-align: left;
            font-family: 'Monaco', 'Menlo', monospace;
            font-size: 1rem;
            line-height: 1.6;
            overflow-x: auto;
            border: 1px solid rgba(102, 126, 234, 0.3);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
            position: relative;
            white-space: pre-line;
        }

        .code-block::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #667eea, #764ba2, #ff6b6b);
            border-radius: 20px 20px 0 0;
        }

        /* Syntax highlighting colors */
        .code-block .comment {
            color: #6a9955;
            font-style: italic;
        }

        .code-block .prompt {
            color: #569cd6;
            font-weight: bold;
        }

        .code-block .command {
            color: #dcdcaa;
            font-weight: bold;
        }

        .code-block .url {
            color: #4fc1ff;
            text-decoration: underline;
        }

        .code-block .variable {
            color: #9cdcfe;
        }

        .code-block .path {
            color: #ce9178;
        }

        .code-block .alias {
            color: #c586c0;
            font-weight: bold;
        }

        .code-block .string {
            color: #ce9178;
        }

        .workflow-section {
            background: rgba(15, 15, 15, 0.9);
            padding: 6rem 2rem;
            border-top: 1px solid rgba(102, 126, 234, 0.3);
        }

        .workflow-section h2 {
            text-align: center;
            font-size: 3.5rem;
            margin-bottom: 4rem;
            color: #e0e0e0;
            text-shadow: 0 0 30px rgba(255, 107, 107, 0.5);
            font-weight: 800;
        }

        .workflow-steps {
            max-width: 900px;
            margin: 0 auto;
        }

        .workflow-step {
            background: rgba(30, 30, 30, 0.8);
            margin: 2rem 0;
            padding: 3rem;
            border-radius: 25px;
            border-left: 5px solid #667eea;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(102, 126, 234, 0.2);
        }

        .workflow-step:hover {
            transform: translateX(10px);
            box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
            border-color: rgba(102, 126, 234, 0.5);
        }

        .workflow-step h3 {
            font-size: 1.6rem;
            margin-bottom: 1.5rem;
            color: #e0e0e0;
            font-weight: 700;
        }

        .workflow-step p {
            color: #b0b0b0;
            line-height: 1.8;
            font-size: 1.1rem;
        }

        .workflow-step code {
            background: rgba(102, 126, 234, 0.2);
            padding: 0.6rem 1rem;



( run in 1.021 second using v1.01-cache-2.11-cpan-d7f47b0818f )